[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Aug 31 12:10:03 EDT 2018


ACTIVITY SUMMARY (2018-08-24 - 2018-08-31)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open    6828 (+21)
  closed 39479 (+48)
  total  46307 (+69)

Open issues with patches: 2719 


Issues opened (49)
==================

#34171: Lib/trace.cover not removed by the clean target
https://bugs.python.org/issue34171  reopened by pablogsal

#34488: improve performance of BytesIO.writelines() by avoiding creati
https://bugs.python.org/issue34488  opened by sir-sigurd

#34489: subprocess: execution of batch-files (.cmd/.bat) is vulnerable
https://bugs.python.org/issue34489  opened by sebres

#34490: transport.get_extra_info('sockname') of test_asyncio fails on 
https://bugs.python.org/issue34490  opened by Michael.Felt

#34496: Argparse library: parse --set type
https://bugs.python.org/issue34496  opened by fralau

#34498: Python 3.7 breaks on singledispatch_function.register(pseudo_t
https://bugs.python.org/issue34498  opened by Dutcho

#34499: Extend registering of single-dispatch functions to parametrize
https://bugs.python.org/issue34499  opened by Dutcho

#34500: Fix ResourceWarning in difflib.py
https://bugs.python.org/issue34500  opened by Tiger-222

#34505: urllib2 fails for proxy credentials that contains a '/' charac
https://bugs.python.org/issue34505  opened by Balibax5445

#34506: Traceback logged when SSL handshake fails
https://bugs.python.org/issue34506  opened by hniksic

#34507: Add path expansion interpolation in pyvenv.cfg home key
https://bugs.python.org/issue34507  opened by chnlior

#34508: return of non-parenthesized star-unpacking expression a Syntax
https://bugs.python.org/issue34508  opened by mark.dickinson

#34509: Starting to use gcc-8 on CI
https://bugs.python.org/issue34509  opened by junaruga

#34510: add HTTPConnection.settimeout()
https://bugs.python.org/issue34510  opened by collinanderson

#34512: Document platform-specific strftime() behavior for non-ASCII f
https://bugs.python.org/issue34512  opened by izbyshev

#34513: test_multiprocessing_spawn fails on x86 Windows7 3.7 buildbot
https://bugs.python.org/issue34513  opened by pablogsal

#34514: assertEqual doesn't use maxDiff when comparing dictionaries
https://bugs.python.org/issue34514  opened by Victor Engmark2

#34515: lib2to3: support non-ASCII identifiers
https://bugs.python.org/issue34515  opened by monson

#34516: httplib sets unbefitting "Host" in request header when request
https://bugs.python.org/issue34516  opened by visionwun

#34518: Documentation for coroutine objects
https://bugs.python.org/issue34518  opened by hniksic

#34519: Add additional aliases for HP Roman 8
https://bugs.python.org/issue34519  opened by michael-o

#34520: test_asyncio leaked [2, 2, 2] references, sum=6 in AMD64 Windo
https://bugs.python.org/issue34520  opened by pablogsal

#34521: test_socket.RecvmsgIntoSCMRightsStreamTest fails on AMD64 Free
https://bugs.python.org/issue34521  opened by pablogsal

#34522: PyTypeObject's tp_base initialization bug
https://bugs.python.org/issue34522  opened by eelizondo

#34525: smtplib's authobject return value wrongly documented
https://bugs.python.org/issue34525  opened by srittau

#34526: Path.relative_to() taking multiple arguments could be better d
https://bugs.python.org/issue34526  opened by Antony.Lee

#34529: add the option for json.dumps to return newline delimited json
https://bugs.python.org/issue34529  opened by ronron

#34530: distutils: find_executable() fails if the PATH environment var
https://bugs.python.org/issue34530  opened by vstinner

#34532: Python launcher on Windows exits with error when requesting li
https://bugs.python.org/issue34532  opened by bgerrity

#34533: Apply PEP384 to _csv module
https://bugs.python.org/issue34533  opened by eelizondo

#34535: queue.Queue(timeout=0.001) avg delay Windows:14.5ms, Ubuntu: 0
https://bugs.python.org/issue34535  opened by Gammaguy

#34536: Enum._missing_ doesn't raise TypeError when a non-Enum object 
https://bugs.python.org/issue34536  opened by Paul Pinterits

#34537: test_gdb fails with LC_ALL=C
https://bugs.python.org/issue34537  opened by vstinner

#34538: Remove encouragement to author a base class for all Exception 
https://bugs.python.org/issue34538  opened by Nathaniel Manista

#34539: namedtuple's exec() throws segmentation fault
https://bugs.python.org/issue34539  opened by turicas

#34541: pathlib.Path.iterdir doesn't throw an exception until you star
https://bugs.python.org/issue34541  opened by Paul Pinterits

#34542: [TLS] Update test certs to future proof settings
https://bugs.python.org/issue34542  opened by christian.heimes

#34543: _struct.Struct: calling functions without calling __init__ res
https://bugs.python.org/issue34543  opened by DeKrain

#34544: FreeBSD: Fatal Python error: get_locale_encoding: failed to ge
https://bugs.python.org/issue34544  opened by vstinner

#34546: Zipfile encryption function
https://bugs.python.org/issue34546  opened by 大野隆弘

#34547: Wsgiref server does not handle closed connections gracefully
https://bugs.python.org/issue34547  opened by Petter S

#34548: IDLE: Make TextView use the configured theme colors
https://bugs.python.org/issue34548  opened by taleinat

#34549: unittest docs could use another header
https://bugs.python.org/issue34549  opened by napsterinblue

#34550: UnicodeDecodeError when invoke method configure() of Menu inst
https://bugs.python.org/issue34550  opened by sbellct

#34551: Redundant store can be removed from _PyFunction_FastCallDict
https://bugs.python.org/issue34551  opened by Eric Lippert

#34552: Clarify built-in types comparisons
https://bugs.python.org/issue34552  opened by Windson Yang

#34553: Python Crashes when trying to access any date related fields i
https://bugs.python.org/issue34553  opened by vijay

#34555: AF_VSOCK not unset because of wrong nesting
https://bugs.python.org/issue34555  opened by mcduke

#34556: Add --upgrade to venv module
https://bugs.python.org/issue34556  opened by cooperlees



Most recent 15 issues with no replies (15)
==========================================

#34555: AF_VSOCK not unset because of wrong nesting
https://bugs.python.org/issue34555

#34552: Clarify built-in types comparisons
https://bugs.python.org/issue34552

#34550: UnicodeDecodeError when invoke method configure() of Menu inst
https://bugs.python.org/issue34550

#34549: unittest docs could use another header
https://bugs.python.org/issue34549

#34548: IDLE: Make TextView use the configured theme colors
https://bugs.python.org/issue34548

#34547: Wsgiref server does not handle closed connections gracefully
https://bugs.python.org/issue34547

#34546: Zipfile encryption function
https://bugs.python.org/issue34546

#34537: test_gdb fails with LC_ALL=C
https://bugs.python.org/issue34537

#34536: Enum._missing_ doesn't raise TypeError when a non-Enum object 
https://bugs.python.org/issue34536

#34533: Apply PEP384 to _csv module
https://bugs.python.org/issue34533

#34532: Python launcher on Windows exits with error when requesting li
https://bugs.python.org/issue34532

#34526: Path.relative_to() taking multiple arguments could be better d
https://bugs.python.org/issue34526

#34525: smtplib's authobject return value wrongly documented
https://bugs.python.org/issue34525

#34521: test_socket.RecvmsgIntoSCMRightsStreamTest fails on AMD64 Free
https://bugs.python.org/issue34521

#34515: lib2to3: support non-ASCII identifiers
https://bugs.python.org/issue34515



Most recent 15 issues waiting for review (15)
=============================================

#34555: AF_VSOCK not unset because of wrong nesting
https://bugs.python.org/issue34555

#34551: Redundant store can be removed from _PyFunction_FastCallDict
https://bugs.python.org/issue34551

#34548: IDLE: Make TextView use the configured theme colors
https://bugs.python.org/issue34548

#34542: [TLS] Update test certs to future proof settings
https://bugs.python.org/issue34542

#34541: pathlib.Path.iterdir doesn't throw an exception until you star
https://bugs.python.org/issue34541

#34533: Apply PEP384 to _csv module
https://bugs.python.org/issue34533

#34530: distutils: find_executable() fails if the PATH environment var
https://bugs.python.org/issue34530

#34525: smtplib's authobject return value wrongly documented
https://bugs.python.org/issue34525

#34522: PyTypeObject's tp_base initialization bug
https://bugs.python.org/issue34522

#34519: Add additional aliases for HP Roman 8
https://bugs.python.org/issue34519

#34515: lib2to3: support non-ASCII identifiers
https://bugs.python.org/issue34515

#34512: Document platform-specific strftime() behavior for non-ASCII f
https://bugs.python.org/issue34512

#34509: Starting to use gcc-8 on CI
https://bugs.python.org/issue34509

#34508: return of non-parenthesized star-unpacking expression a Syntax
https://bugs.python.org/issue34508

#34500: Fix ResourceWarning in difflib.py
https://bugs.python.org/issue34500



Top 10 most discussed issues (10)
=================================

#34171: Lib/trace.cover not removed by the clean target
https://bugs.python.org/issue34171  12 msgs

#34535: queue.Queue(timeout=0.001) avg delay Windows:14.5ms, Ubuntu: 0
https://bugs.python.org/issue34535   9 msgs

#34538: Remove encouragement to author a base class for all Exception 
https://bugs.python.org/issue34538   9 msgs

#34529: add the option for json.dumps to return newline delimited json
https://bugs.python.org/issue34529   8 msgs

#34508: return of non-parenthesized star-unpacking expression a Syntax
https://bugs.python.org/issue34508   7 msgs

#34522: PyTypeObject's tp_base initialization bug
https://bugs.python.org/issue34522   7 msgs

#34453: ipaddress module accepts some strange IPv6 addresses that it s
https://bugs.python.org/issue34453   6 msgs

#34481: Different behavior of C and Python impls of datetime.strftime 
https://bugs.python.org/issue34481   6 msgs

#34007: test_gdb fails in s390x SLES buildbots
https://bugs.python.org/issue34007   5 msgs

#34200: importlib: python -m test test_pkg -m test_7 fails randomly
https://bugs.python.org/issue34200   5 msgs



Issues closed (47)
==================

#6700: inspect.getsource() returns incorrect source lines at the modu
https://bugs.python.org/issue6700  closed by taleinat

#11190: test_locale error on AIX
https://bugs.python.org/issue11190  closed by vstinner

#11193: test_subprocess test_undecodable_env error on AIX
https://bugs.python.org/issue11193  closed by gregory.p.smith

#13312: test_time fails: strftime('%Y', y) for negative year
https://bugs.python.org/issue13312  closed by gregory.p.smith

#17102: tarfile extract can write files outside the destination path
https://bugs.python.org/issue17102  closed by gregory.p.smith

#21145: Add the @cached_property decorator
https://bugs.python.org/issue21145  closed by ncoghlan

#24482: itertools.tee causes segfault in a multithreading environment,
https://bugs.python.org/issue24482  closed by xiang.zhang

#26694: Disasembler fall with Key Error while disassemble obfuscated c
https://bugs.python.org/issue26694  closed by serhiy.storchaka

#32836: Symbol table for comprehensions (list, dict, set) still includ
https://bugs.python.org/issue32836  closed by serhiy.storchaka

#32968: Fraction modulo infinity should behave consistently with other
https://bugs.python.org/issue32968  closed by mark.dickinson

#33550: Sigpipe handling issue should be documented
https://bugs.python.org/issue33550  closed by Mariatta

#34062: Python launcher on Windows does not work with --list or --list
https://bugs.python.org/issue34062  closed by steve.dower

#34207: test_cmd_line test_utf8_mode test_warnings fail in all FreeBSD
https://bugs.python.org/issue34207  closed by vstinner

#34306: minidom: wrong processing of xmlns attributes
https://bugs.python.org/issue34306  closed by porton

#34319: Clarify pathlib.Path("filepath").read_text()
https://bugs.python.org/issue34319  closed by CuriousLearner

#34347: AIX: test_utf8_mode.test_cmd_line fails
https://bugs.python.org/issue34347  closed by vstinner

#34355: SIGSEGV (Address boundary error)
https://bugs.python.org/issue34355  closed by inada.naoki

#34395: memory leaks in error handling in csv and pickle modules
https://bugs.python.org/issue34395  closed by serhiy.storchaka

#34403: test_utf8_mode.test_cmd_line() fails on HP-UX due to false ass
https://bugs.python.org/issue34403  closed by vstinner

#34426: "__lltrace__"  seems to be wrong , "__ltrace__" is correct in 
https://bugs.python.org/issue34426  closed by Mariatta

#34427: calling MutableSequence.extend on self produces infinite loop
https://bugs.python.org/issue34427  closed by rhettinger

#34428: tokenize
https://bugs.python.org/issue34428  closed by terry.reedy

#34434: Removal of kwargs for built-in types not covered with "changed
https://bugs.python.org/issue34434  closed by xiang.zhang

#34448: incomplete/missing message from configure.ac for usable wchar_
https://bugs.python.org/issue34448  closed by berker.peksag

#34483: eval() raises NameError: name '...' is not defined
https://bugs.python.org/issue34483  closed by eric.smith

#34485: _PyCoreConfig: add stdio_encoding and stdio_errors
https://bugs.python.org/issue34485  closed by vstinner

#34491: _bsddb.c: Missing Py_DECREF() in DB_join()
https://bugs.python.org/issue34491  closed by xiang.zhang

#34492: Python/coreconfig.c: Fix _Py_wstrlist_copy()
https://bugs.python.org/issue34492  closed by vstinner

#34493: Objects/genobject.c: Missing NULL check in compute_cr_origin()
https://bugs.python.org/issue34493  closed by benjamin.peterson

#34494: simple "sequence" class ignoring __len__
https://bugs.python.org/issue34494  closed by rhettinger

#34495: excess_args asserts if args == nullptr
https://bugs.python.org/issue34495  closed by benjamin.peterson

#34497: Remove needless set operator restriction
https://bugs.python.org/issue34497  closed by rhettinger

#34501: PyType_FromSpecWithBases: spec->name is dereferenced before ch
https://bugs.python.org/issue34501  closed by benjamin.peterson

#34502: Docs of sys.exit() mention utf8_mode for an unclear reason
https://bugs.python.org/issue34502  closed by benjamin.peterson

#34503: Reference leak in PyErr_SetObject()
https://bugs.python.org/issue34503  closed by xiang.zhang

#34504: PySequence_Check: argument is dereferenced and then checked fo
https://bugs.python.org/issue34504  closed by benjamin.peterson

#34511: I suggest to add documentation about "method" parameter of url
https://bugs.python.org/issue34511  closed by Mariatta

#34517: Error referencing local variables in dict comprehensions insid
https://bugs.python.org/issue34517  closed by serhiy.storchaka

#34523: Choose the filesystem encoding before Python initialization (a
https://bugs.python.org/issue34523  closed by vstinner

#34524: Format conversion documentation example don't match comment
https://bugs.python.org/issue34524  closed by Richard Evans

#34527: On FreeBSD, Python 3 doesn't support support the POSIX locale
https://bugs.python.org/issue34527  closed by vstinner

#34528: Windows installer: Failed to run untrusted mode.
https://bugs.python.org/issue34528  closed by steve.dower

#34531: doc Move comment about list sorting behavour outside impl-deta
https://bugs.python.org/issue34531  closed by rhettinger

#34534: importlib.resources does not work with packages that have no _
https://bugs.python.org/issue34534  closed by barry

#34540: shutil._call_external_zip should use subprocess
https://bugs.python.org/issue34540  closed by benjamin.peterson

#34545: error in the repl due to indentation
https://bugs.python.org/issue34545  closed by eryksun

#34554: Add match built-in function
https://bugs.python.org/issue34554  closed by eric.snow


More information about the Python-Dev mailing list