[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Apr 20 12:09:55 EDT 2018


ACTIVITY SUMMARY (2018-04-13 - 2018-04-20)
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    6587 (+15)
  closed 38484 (+32)
  total  45071 (+47)

Open issues with patches: 2573 


Issues opened (30)
==================

#33274: minidom removeAttributeNode returns None
https://bugs.python.org/issue33274  opened by iter

#33275: glob.glob should explicitly note that results aren't sorted
https://bugs.python.org/issue33275  opened by Ben FrantzDale

#33276: Clarify that __path__ can't be set to just anything
https://bugs.python.org/issue33276  opened by brett.cannon

#33277: Deprecate __loader__, __package__, __file__, and __cached__ on
https://bugs.python.org/issue33277  opened by brett.cannon

#33278: libexpat uses HAVE_SYSCALL_GETRANDOM instead of HAVE_GETRANDOM
https://bugs.python.org/issue33278  opened by lemburg

#33280: Update link to Tcl/Tk 8.6 man pages in tkinter.rst
https://bugs.python.org/issue33280  opened by adelfino

#33281: ctypes.util.find_library not working on macOS
https://bugs.python.org/issue33281  opened by Ian Burgwin

#33282: Subprocess Popen communicate hung if stdin not given to Popen,
https://bugs.python.org/issue33282  opened by JatinGoel

#33284: Increase test coverage for numbers.py
https://bugs.python.org/issue33284  opened by Barry Devlin

#33286: Conflict between tqdm and multiprocessing on windows
https://bugs.python.org/issue33286  opened by schwemro

#33289: askcolor is returning floats for r,g,b values instead of ints
https://bugs.python.org/issue33289  opened by Bryan.Oakley

#33294: Support complex expressions for py-print command.
https://bugs.python.org/issue33294  opened by Martin Liška

#33295: ERROR: test_sites_no_connection_close (test.test_urllib2net.Ot
https://bugs.python.org/issue33295  opened by inada.naoki

#33296: datetime.datetime.utcfromtimestamp call decimal causes precisi
https://bugs.python.org/issue33296  opened by anglister

#33297: Mention Pillow package on tkinter.rst to work with more image 
https://bugs.python.org/issue33297  opened by adelfino

#33300: Bad usage example in id() DocString
https://bugs.python.org/issue33300  opened by gneff

#33301: Add __contains__ to pathlib
https://bugs.python.org/issue33301  opened by Alok Singh

#33302: The search for pyvenv.cfg doesn't match PEP 405
https://bugs.python.org/issue33302  opened by mattheww

#33303: ElementTree Comment text isn't escaped
https://bugs.python.org/issue33303  opened by johnburnett

#33305: Improve syntax error for numbers with leading zero
https://bugs.python.org/issue33305  opened by steven.daprano

#33306: Improving SyntaxError for unmatched parentheses
https://bugs.python.org/issue33306  opened by serhiy.storchaka

#33309: Unittest Mock objects do not freeze arguments they are called 
https://bugs.python.org/issue33309  opened by slacknate

#33311: cgitb: remove parentheses when the error is in module
https://bugs.python.org/issue33311  opened by sblondon

#33312: ubsan undefined behavior sanitizer flags struct _dictkeysobjec
https://bugs.python.org/issue33312  opened by gregory.p.smith

#33314: Bad rendering in the documentation for the os module
https://bugs.python.org/issue33314  opened by pablogsal

#33315: Allow queue.Queue to be used in type annotations
https://bugs.python.org/issue33315  opened by sproshev

#33316: PyThread_release_lock always fails
https://bugs.python.org/issue33316  opened by Ivan.Pozdeev

#33317: `repr()` of string in NFC and NFD forms does not differ
https://bugs.python.org/issue33317  opened by pekka.klarck

#33318: Move folding tuples of constants into compiler.c from peephole
https://bugs.python.org/issue33318  opened by serhiy.storchaka

#33319: `subprocess.run` documentation doesn't tell is using `stdout=P
https://bugs.python.org/issue33319  opened by pekka.klarck



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

#33319: `subprocess.run` documentation doesn't tell is using `stdout=P
https://bugs.python.org/issue33319

#33318: Move folding tuples of constants into compiler.c from peephole
https://bugs.python.org/issue33318

#33316: PyThread_release_lock always fails
https://bugs.python.org/issue33316

#33315: Allow queue.Queue to be used in type annotations
https://bugs.python.org/issue33315

#33314: Bad rendering in the documentation for the os module
https://bugs.python.org/issue33314

#33311: cgitb: remove parentheses when the error is in module
https://bugs.python.org/issue33311

#33309: Unittest Mock objects do not freeze arguments they are called 
https://bugs.python.org/issue33309

#33306: Improving SyntaxError for unmatched parentheses
https://bugs.python.org/issue33306

#33303: ElementTree Comment text isn't escaped
https://bugs.python.org/issue33303

#33302: The search for pyvenv.cfg doesn't match PEP 405
https://bugs.python.org/issue33302

#33301: Add __contains__ to pathlib
https://bugs.python.org/issue33301

#33297: Mention Pillow package on tkinter.rst to work with more image 
https://bugs.python.org/issue33297

#33294: Support complex expressions for py-print command.
https://bugs.python.org/issue33294

#33289: askcolor is returning floats for r,g,b values instead of ints
https://bugs.python.org/issue33289

#33284: Increase test coverage for numbers.py
https://bugs.python.org/issue33284



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

#33318: Move folding tuples of constants into compiler.c from peephole
https://bugs.python.org/issue33318

#33316: PyThread_release_lock always fails
https://bugs.python.org/issue33316

#33314: Bad rendering in the documentation for the os module
https://bugs.python.org/issue33314

#33312: ubsan undefined behavior sanitizer flags struct _dictkeysobjec
https://bugs.python.org/issue33312

#33311: cgitb: remove parentheses when the error is in module
https://bugs.python.org/issue33311

#33306: Improving SyntaxError for unmatched parentheses
https://bugs.python.org/issue33306

#33305: Improve syntax error for numbers with leading zero
https://bugs.python.org/issue33305

#33297: Mention Pillow package on tkinter.rst to work with more image 
https://bugs.python.org/issue33297

#33295: ERROR: test_sites_no_connection_close (test.test_urllib2net.Ot
https://bugs.python.org/issue33295

#33294: Support complex expressions for py-print command.
https://bugs.python.org/issue33294

#33284: Increase test coverage for numbers.py
https://bugs.python.org/issue33284

#33280: Update link to Tcl/Tk 8.6 man pages in tkinter.rst
https://bugs.python.org/issue33280

#33266: 2to3 doesn't parse all valid string literals
https://bugs.python.org/issue33266

#33263: Asyncio server enters an invalid state after a request with SO
https://bugs.python.org/issue33263

#33262: Deprecate shlex.split(None) to read from stdin.
https://bugs.python.org/issue33262



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

#33312: ubsan undefined behavior sanitizer flags struct _dictkeysobjec
https://bugs.python.org/issue33312  11 msgs

#32232: building extensions as builtins is broken in 3.7
https://bugs.python.org/issue32232   8 msgs

#33261: inspect.isgeneratorfunction fails on hand-created methods
https://bugs.python.org/issue33261   8 msgs

#24882: ThreadPoolExecutor doesn't reuse threads until #threads == max
https://bugs.python.org/issue24882   6 msgs

#33295: ERROR: test_sites_no_connection_close (test.test_urllib2net.Ot
https://bugs.python.org/issue33295   6 msgs

#11594: 2to3 does not preserve line endings
https://bugs.python.org/issue11594   5 msgs

#33257: Race conditions in Tkinter with non-threaded Tcl
https://bugs.python.org/issue33257   5 msgs

#14573: json iterencode can not handle general iterators
https://bugs.python.org/issue14573   4 msgs

#33131: Upgrade to pip 10 for Python 3.7
https://bugs.python.org/issue33131   4 msgs

#33280: Update link to Tcl/Tk 8.6 man pages in tkinter.rst
https://bugs.python.org/issue33280   4 msgs



Issues closed (31)
==================

#11485: Default SDK value on MacOSX needs changing
https://bugs.python.org/issue11485  closed by ned.deily

#14499: Extension module builds fail with Xcode 4.3 on OS X 10.7 due t
https://bugs.python.org/issue14499  closed by ned.deily

#19019: Investigate using Apple clang for building OS X installers
https://bugs.python.org/issue19019  closed by ned.deily

#24414: MACOSX_DEPLOYMENT_TARGET set incorrectly by configure in Pytho
https://bugs.python.org/issue24414  closed by ned.deily

#32726: macOS installer and framework enhancements and changes for 3.7
https://bugs.python.org/issue32726  closed by ned.deily

#33176: Allow memoryview.toreadonly()
https://bugs.python.org/issue33176  closed by pitrou

#33184: Update OpenSSL to 1.1.0h / 1.0.2o
https://bugs.python.org/issue33184  closed by steve.dower

#33185: Python 3.7.0b3 fails in pydoc where b2 did not.
https://bugs.python.org/issue33185  closed by ncoghlan

#33189: pygettext doesn't work with f-strings
https://bugs.python.org/issue33189  closed by serhiy.storchaka

#33205: GROWTH_RATE prevents dict shrinking
https://bugs.python.org/issue33205  closed by inada.naoki

#33264: Remove to-be-deprecated urllib.request.urlretrieve function re
https://bugs.python.org/issue33264  closed by orsenthil

#33269: InteractiveConsole behaves differently on terminal, within scr
https://bugs.python.org/issue33269  closed by terry.reedy

#33270: tags for anonymous code objects should be interned
https://bugs.python.org/issue33270  closed by serhiy.storchaka

#33271: Exception handling should match subclasses, not subtypes
https://bugs.python.org/issue33271  closed by serhiy.storchaka

#33279: Py_BuildValue is causing crashes with the "L" and "K" format c
https://bugs.python.org/issue33279  closed by serhiy.storchaka

#33283: Mention PNG as a supported image format by Tcl/Tk
https://bugs.python.org/issue33283  closed by serhiy.storchaka

#33285: pip upgrade runtime crash
https://bugs.python.org/issue33285  closed by paul.moore

#33287: "pip iinstall packageName.py" fails
https://bugs.python.org/issue33287  closed by berker.peksag

#33288: Spam
https://bugs.python.org/issue33288  closed by zach.ware

#33290: Python.org macOS pkg installs pip3 as pip
https://bugs.python.org/issue33290  closed by ned.deily

#33291: issue in the default setup.py which comes with the Python 3.6.
https://bugs.python.org/issue33291  closed by brett.cannon

#33292: Fix secrets.randbelow docstring
https://bugs.python.org/issue33292  closed by serhiy.storchaka

#33293: Using datetime.datetime.utcnow().timestamp() in Python3.6.0 ca
https://bugs.python.org/issue33293  closed by ned.deily

#33298: Wrap only constants with _PyCode_ConstantKey() in the compiler
https://bugs.python.org/issue33298  closed by serhiy.storchaka

#33299: Return an object itself for some types in _PyCode_ConstantKey(
https://bugs.python.org/issue33299  closed by serhiy.storchaka

#33304: Syntax Error on leading 0 in integer tokens
https://bugs.python.org/issue33304  closed by steven.daprano

#33307: socket.send() fails to send large amount of bytes
https://bugs.python.org/issue33307  closed by christian.heimes

#33308: parser.st2list(..., col_info=True) triggers a SystemError
https://bugs.python.org/issue33308  closed by serhiy.storchaka

#33310: Update references to PIL-style arrays
https://bugs.python.org/issue33310  closed by skrah

#33313: pwritev, preadv and posix_spawn are missing from "What's new i
https://bugs.python.org/issue33313  closed by serhiy.storchaka

#33320: Clarify who can add the "skip issue" label on GitHub
https://bugs.python.org/issue33320  closed by adelfino


More information about the Python-Dev mailing list