[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Mar 24 13:09:17 EDT 2017


ACTIVITY SUMMARY (2017-03-17 - 2017-03-24)
Python tracker at http://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    5860 (+19)
  closed 35792 (+40)
  total  41652 (+59)

Open issues with patches: 2431 


Issues opened (40)
==================

#29838: Check that sq_length and mq_length return non-negative result
http://bugs.python.org/issue29838  opened by serhiy.storchaka

#29839: Avoid raising OverflowError in len() when __len__() returns ne
http://bugs.python.org/issue29839  opened by serhiy.storchaka

#29840: Avoid raising OverflowError in bool()
http://bugs.python.org/issue29840  opened by serhiy.storchaka

#29841: errors raised by bytes and bytearray constructors for invalid 
http://bugs.python.org/issue29841  opened by Oren Milman

#29842: Make Executor.map work with infinite/large inputs correctly
http://bugs.python.org/issue29842  opened by josh.r

#29843: errors raised by ctypes.Array for invalid _length_ attribute
http://bugs.python.org/issue29843  opened by Oren Milman

#29844: Windows Python installers not installing DLL to System32/SysWO
http://bugs.python.org/issue29844  opened by TBBle

#29846: ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDec
http://bugs.python.org/issue29846  opened by ajstewart

#29847: Path takes and ignores **kwargs
http://bugs.python.org/issue29847  opened by Jelle Zijlstra

#29851: Have importlib.reload() raise ImportError when a spec can't be
http://bugs.python.org/issue29851  opened by Richard Cooper

#29852: Argument Clinic: add common converter to Py_ssize_t that accep
http://bugs.python.org/issue29852  opened by serhiy.storchaka

#29854: Segfault when readline history is more then 2 * history size
http://bugs.python.org/issue29854  opened by nirs

#29857: Provide `sys.executable_argv` for host application's command l
http://bugs.python.org/issue29857  opened by ncoghlan

#29858: inspect.signature includes bound argument for wrappers around 
http://bugs.python.org/issue29858  opened by anton-ryzhov

#29860: smtplib.py doesn't capitalize EHLO.
http://bugs.python.org/issue29860  opened by Lord Anton Hvornum

#29862: Fix grammar typo in importlib.reload() exception
http://bugs.python.org/issue29862  opened by brett.cannon

#29863: Add a COMPACT constant to the json module
http://bugs.python.org/issue29863  opened by brett.cannon

#29867: Add asserts in PyXXX_GET_SIZE macros
http://bugs.python.org/issue29867  opened by serhiy.storchaka

#29868: multiprocessing.dummy missing cpu_count
http://bugs.python.org/issue29868  opened by johnwiseman

#29869: Underscores in numeric literals not supported in lib2to3.
http://bugs.python.org/issue29869  opened by nevsan

#29870: ssl socket leak
http://bugs.python.org/issue29870  opened by thehesiod

#29871: Enable optimized locks on Windows
http://bugs.python.org/issue29871  opened by josh.r

#29877: compileall hangs when accessing urandom even if number of work
http://bugs.python.org/issue29877  opened by virtuald

#29878: Add global instances of int 0 and 1
http://bugs.python.org/issue29878  opened by serhiy.storchaka

#29879: typing.Text not available in python 3.5.1
http://bugs.python.org/issue29879  opened by Charles Bouchard-Légaré

#29881: Add a new private API clear private variables, which are initi
http://bugs.python.org/issue29881  opened by haypo

#29882: Add an efficient popcount method for integers
http://bugs.python.org/issue29882  opened by niklasf

#29883: asyncio: Windows Proactor Event Loop UDP Support
http://bugs.python.org/issue29883  opened by Adam Meily

#29885: Allow GMT timezones to be used in datetime.
http://bugs.python.org/issue29885  opened by Decorater

#29886: links between binascii.{un,}hexlify / bytes.{,to}hex
http://bugs.python.org/issue29886  opened by chrysn

#29887: test_normalization doesn't work
http://bugs.python.org/issue29887  opened by serhiy.storchaka

#29888: The link referring to "Python download page" is broken
http://bugs.python.org/issue29888  opened by cocoatomo

#29889: test_asyncio fails always
http://bugs.python.org/issue29889  opened by Thomas Knox

#29890: Constructor of ipaddress.IPv*Interface does not follow documen
http://bugs.python.org/issue29890  opened by Ilya.Kulakov

#29891: urllib.request.Request accepts but doesn't check bytes headers
http://bugs.python.org/issue29891  opened by ezio.melotti

#29892: change statement for open() is splited into two part in middle
http://bugs.python.org/issue29892  opened by OSAMU.NAKAMURA

#29893: create_subprocess_exec doc doesn't match software
http://bugs.python.org/issue29893  opened by Torrin Jones

#29894: Deprecate returning a subclass of complex from __complex__
http://bugs.python.org/issue29894  opened by serhiy.storchaka

#29895: Distutils blows up with an incorrect pypirc, should be caught
http://bugs.python.org/issue29895  opened by Tommy Carpenter

#29896: ElementTree.fromstring raises undocumented UnicodeError
http://bugs.python.org/issue29896  opened by vfaronov



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

#29896: ElementTree.fromstring raises undocumented UnicodeError
http://bugs.python.org/issue29896

#29895: Distutils blows up with an incorrect pypirc, should be caught
http://bugs.python.org/issue29895

#29894: Deprecate returning a subclass of complex from __complex__
http://bugs.python.org/issue29894

#29893: create_subprocess_exec doc doesn't match software
http://bugs.python.org/issue29893

#29891: urllib.request.Request accepts but doesn't check bytes headers
http://bugs.python.org/issue29891

#29888: The link referring to "Python download page" is broken
http://bugs.python.org/issue29888

#29887: test_normalization doesn't work
http://bugs.python.org/issue29887

#29886: links between binascii.{un,}hexlify / bytes.{,to}hex
http://bugs.python.org/issue29886

#29883: asyncio: Windows Proactor Event Loop UDP Support
http://bugs.python.org/issue29883

#29877: compileall hangs when accessing urandom even if number of work
http://bugs.python.org/issue29877

#29868: multiprocessing.dummy missing cpu_count
http://bugs.python.org/issue29868

#29852: Argument Clinic: add common converter to Py_ssize_t that accep
http://bugs.python.org/issue29852

#29840: Avoid raising OverflowError in bool()
http://bugs.python.org/issue29840

#29838: Check that sq_length and mq_length return non-negative result
http://bugs.python.org/issue29838

#29818: Py_SetStandardStreamEncoding leads to a memory error in debug 
http://bugs.python.org/issue29818



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

#29894: Deprecate returning a subclass of complex from __complex__
http://bugs.python.org/issue29894

#29892: change statement for open() is splited into two part in middle
http://bugs.python.org/issue29892

#29878: Add global instances of int 0 and 1
http://bugs.python.org/issue29878

#29869: Underscores in numeric literals not supported in lib2to3.
http://bugs.python.org/issue29869

#29867: Add asserts in PyXXX_GET_SIZE macros
http://bugs.python.org/issue29867

#29858: inspect.signature includes bound argument for wrappers around 
http://bugs.python.org/issue29858

#29854: Segfault when readline history is more then 2 * history size
http://bugs.python.org/issue29854

#29852: Argument Clinic: add common converter to Py_ssize_t that accep
http://bugs.python.org/issue29852

#29843: errors raised by ctypes.Array for invalid _length_ attribute
http://bugs.python.org/issue29843

#29840: Avoid raising OverflowError in bool()
http://bugs.python.org/issue29840

#29839: Avoid raising OverflowError in len() when __len__() returns ne
http://bugs.python.org/issue29839

#29838: Check that sq_length and mq_length return non-negative result
http://bugs.python.org/issue29838

#29822: inspect.isabstract does not work on abstract base classes duri
http://bugs.python.org/issue29822

#29816: Get rid of C limitation for shift count in right shift
http://bugs.python.org/issue29816

#29803: Remove some redandunt ops in unicodeobject.c
http://bugs.python.org/issue29803



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

#29881: Add a new private API clear private variables, which are initi
http://bugs.python.org/issue29881  21 msgs

#21895: signal.pause() and signal handlers don't react to SIGCHLD in n
http://bugs.python.org/issue21895  14 msgs

#29857: Provide `sys.executable_argv` for host application's command l
http://bugs.python.org/issue29857  12 msgs

#15988: Inconsistency in overflow error messages of integer argument
http://bugs.python.org/issue15988   9 msgs

#29843: errors raised by ctypes.Array for invalid _length_ attribute
http://bugs.python.org/issue29843   8 msgs

#29846: ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDec
http://bugs.python.org/issue29846   8 msgs

#29847: Path takes and ignores **kwargs
http://bugs.python.org/issue29847   7 msgs

#29844: Windows Python installers not installing DLL to System32/SysWO
http://bugs.python.org/issue29844   6 msgs

#29863: Add a COMPACT constant to the json module
http://bugs.python.org/issue29863   6 msgs

#29869: Underscores in numeric literals not supported in lib2to3.
http://bugs.python.org/issue29869   6 msgs



Issues closed (39)
==================

#8256: input() doesn't catch _PyUnicode_AsString() exception; io.Stri
http://bugs.python.org/issue8256  closed by serhiy.storchaka

#14208: No way to recover original argv with python -m
http://bugs.python.org/issue14208  closed by ncoghlan

#19930: os.makedirs('dir1/dir2', 0) always fails
http://bugs.python.org/issue19930  closed by serhiy.storchaka

#22744: os.mkdir on Windows silently strips trailing blanks from direc
http://bugs.python.org/issue22744  closed by serhiy.storchaka

#24037: Argument Clinic: add the boolint converter
http://bugs.python.org/issue24037  closed by serhiy.storchaka

#24796: Deleting names referencing from enclosed and enclosing scopes
http://bugs.python.org/issue24796  closed by Mariatta

#25455: Some repr implementations don't check for self-referential str
http://bugs.python.org/issue25455  closed by serhiy.storchaka

#26418: multiprocessing.pool.ThreadPool eats up memories
http://bugs.python.org/issue26418  closed by pitrou

#28331: "CPython implementation detail:" removed when content translat
http://bugs.python.org/issue28331  closed by inada.naoki

#28749: Fixed the documentation of the mapping codec APIs
http://bugs.python.org/issue28749  closed by serhiy.storchaka

#28876: bool of large range raises OverflowError
http://bugs.python.org/issue28876  closed by serhiy.storchaka

#29574: python-3.6.0.tgz permissions borked
http://bugs.python.org/issue29574  closed by ned.deily

#29615: SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invok
http://bugs.python.org/issue29615  closed by serhiy.storchaka

#29638: Spurious failures in test_collections in releak hunting mode a
http://bugs.python.org/issue29638  closed by serhiy.storchaka

#29728: Expose TCP_NOTSENT_LOWAT
http://bugs.python.org/issue29728  closed by Mariatta

#29748: Argument Clinic: slice index converter
http://bugs.python.org/issue29748  closed by serhiy.storchaka

#29776: Modernize properties
http://bugs.python.org/issue29776  closed by serhiy.storchaka

#29793: Convert some builtin types constructors to Argument Clinic
http://bugs.python.org/issue29793  closed by serhiy.storchaka

#29836: Remove nturl2path from test_sundry and amend its docstring
http://bugs.python.org/issue29836  closed by brett.cannon

#29845: Mark tests that use _testcapi as CPython-only
http://bugs.python.org/issue29845  closed by serhiy.storchaka

#29848: Cannot use Decorators of the same class that requires an insta
http://bugs.python.org/issue29848  closed by r.david.murray

#29849: fix memory leak in import_from
http://bugs.python.org/issue29849  closed by xiang.zhang

#29850: file access, other drives
http://bugs.python.org/issue29850  closed by Gabriel POTTER

#29853: Improve exception messages for remove and index methods
http://bugs.python.org/issue29853  closed by serhiy.storchaka

#29855: The traceback compounding of RecursionError fails to work with
http://bugs.python.org/issue29855  closed by ncoghlan

#29856: curses online documentation typo
http://bugs.python.org/issue29856  closed by Mariatta

#29859: Return code of pthread_* in thread_pthread.h is not used for p
http://bugs.python.org/issue29859  closed by Birne94

#29861: multiprocessing Pool keeps objects (tasks, args, results) aliv
http://bugs.python.org/issue29861  closed by pitrou

#29864: Misuse of Py_SIZE in dict.fromkey()
http://bugs.python.org/issue29864  closed by serhiy.storchaka

#29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete typ
http://bugs.python.org/issue29865  closed by serhiy.storchaka

#29866: Added datetime_diff to datetime.py.
http://bugs.python.org/issue29866  closed by serhiy.storchaka

#29872: spam
http://bugs.python.org/issue29872  closed by xiang.zhang

#29873: Need a look for return value checking [_elementtree.c]
http://bugs.python.org/issue29873  closed by xiang.zhang

#29874: Need a look for return value checking [selectmodule.c]
http://bugs.python.org/issue29874  closed by xiang.zhang

#29875: IDLE quit unexpectedly
http://bugs.python.org/issue29875  closed by ned.deily

#29876: Check for null return value [_elementtree.c : subelement]
http://bugs.python.org/issue29876  closed by xiang.zhang

#29880: python3.6 install readline ,and then cpython exit
http://bugs.python.org/issue29880  closed by zach.ware

#29884: faulthandler does not properly restore sigaltstack during tear
http://bugs.python.org/issue29884  closed by Mariatta

#1117601: os.path.exists returns false negatives in MAC environments.
http://bugs.python.org/issue1117601  closed by serhiy.storchaka


More information about the Python-Dev mailing list