[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Dec 15 12:09:51 EST 2017


ACTIVITY SUMMARY (2017-12-08 - 2017-12-15)
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    6330 (+15)
  closed 37755 (+64)
  total  44085 (+79)

Open issues with patches: 2448 


Issues opened (51)
==================

#17852: Built-in module _io can lose data from buffered files at exit
https://bugs.python.org/issue17852  reopened by pitrou

#32256: Make patchcheck.py work for out-of-tree builds
https://bugs.python.org/issue32256  opened by izbyshev

#32257: Support Disabling Renegotiation for SSLContext
https://bugs.python.org/issue32257  opened by chuq

#32259: Misleading "not iterable" Error Message when generator return 
https://bugs.python.org/issue32259  opened by Camion

#32261: Online doc does not include inspect.classify_class_attrs
https://bugs.python.org/issue32261  opened by csabella

#32263: Template string docs refer to "normal %-based substitutions"
https://bugs.python.org/issue32263  opened by v+python

#32266: test_pathlib fails if current path has junctions
https://bugs.python.org/issue32266  opened by Ivan.Pozdeev

#32267: strptime misparses offsets with microsecond format
https://bugs.python.org/issue32267  opened by mariocj89

#32270: subprocess closes redirected fds even if they are in pass_fds
https://bugs.python.org/issue32270  opened by izbyshev

#32275: SSL socket methods don't retry on EINTR?
https://bugs.python.org/issue32275  opened by pitrou

#32276: there is no way to make tempfile reproducible (i.e. seed the u
https://bugs.python.org/issue32276  opened by Yaroslav.Halchenko

#32278: Allow dataclasses.make_dataclass() to omit type information
https://bugs.python.org/issue32278  opened by eric.smith

#32279: Pass keyword arguments from dataclasses.make_dataclass() to @d
https://bugs.python.org/issue32279  opened by eric.smith

#32280: Expose `_PyRuntime` through a section name
https://bugs.python.org/issue32280  opened by Maxime Belanger

#32281: bdist_rpm v.s. the Macintosh
https://bugs.python.org/issue32281  opened by bhyde

#32282: When using a Windows XP compatible toolset, `socketmodule.c` f
https://bugs.python.org/issue32282  opened by Maxime Belanger

#32283: Cmd.onecmd documentation is misleading
https://bugs.python.org/issue32283  opened by lyda

#32285: In `unicodedata`, it should be possible to check a unistr's no
https://bugs.python.org/issue32285  opened by Maxime Belanger

#32287: Import of _pyio module failed on cygwin
https://bugs.python.org/issue32287  opened by Matúš Valo

#32288: Inconsistent behavior with slice assignment?
https://bugs.python.org/issue32288  opened by Massimiliano Culpo

#32289: Glossary does not define "extended slicing"
https://bugs.python.org/issue32289  opened by steven.daprano

#32290: bolen-dmg-3.6: compilation failed with OSError: [Errno 23] Too
https://bugs.python.org/issue32290  opened by vstinner

#32291: Value error for string shared memory in multiprocessing
https://bugs.python.org/issue32291  opened by magu

#32295: User friendly message when invoking bdist_wheel sans wheel pac
https://bugs.python.org/issue32295  opened by EWDurbin

#32296: Implement asyncio._get_running_loop() and get_event_loop() in 
https://bugs.python.org/issue32296  opened by yselivanov

#32299: unittest.mock.patch.dict.__enter__ should return the dict
https://bugs.python.org/issue32299  opened by Allen Li

#32300: print(os.environ.keys()) should only print the keys
https://bugs.python.org/issue32300  opened by Aaron.Meurer

#32303: Namespace packages have inconsistent __loader__ and __spec__.l
https://bugs.python.org/issue32303  opened by barry

#32304: Upload failed (400): Digests do not match on .tar.gz ending wi
https://bugs.python.org/issue32304  opened by llecaroz

#32305: Namespace packages have inconsistent __file__ and __spec__.ori
https://bugs.python.org/issue32305  opened by barry

#32306: Clarify map API in concurrent.futures
https://bugs.python.org/issue32306  opened by David Lukeš

#32307: Bad assumption on thread stack size makes python crash with mu
https://bugs.python.org/issue32307  opened by Natanael Copa

#32308: Replace empty matches adjacent to a previous non-empty match i
https://bugs.python.org/issue32308  opened by serhiy.storchaka

#32309: Implement asyncio.run_in_executor shortcut
https://bugs.python.org/issue32309  opened by asvetlov

#32310: Remove _Py_PyAtExit from Python.h
https://bugs.python.org/issue32310  opened by nascheme

#32312: Create Py_AtExitRegister C API
https://bugs.python.org/issue32312  opened by nascheme

#32313: Wrong inspect.getsource for datetime
https://bugs.python.org/issue32313  opened by Aaron.Meurer

#32315: can't run any scripts with 2.7.x, 32 and 64-bit
https://bugs.python.org/issue32315  opened by DoctorEvil

#32317: sys.exc_clear() clears exception in other stack frames
https://bugs.python.org/issue32317  opened by Garrett Berg

#32318: Remove "globals()" call from "socket.accept()"
https://bugs.python.org/issue32318  opened by yselivanov

#32320: Add default value support to collections.namedtuple()
https://bugs.python.org/issue32320  opened by rhettinger

#32321: functools.reduce has a redundant guard or needs a pure Python 
https://bugs.python.org/issue32321  opened by steven.daprano

#32322: Heap type with Py_TPFLAGS_HAVE_GC leads to segfault due to not
https://bugs.python.org/issue32322  opened by rkond

#32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value
https://bugs.python.org/issue32323  opened by socketpair

#32324: [Security] "python3 directory" inserts "directory" at sys.path
https://bugs.python.org/issue32324  opened by vstinner

#32326: Update Build projects to version 10.0.16299.0 of the Windows 1
https://bugs.python.org/issue32326  opened by Decorater

#32328: ttk.Treeview: _tkinter.TclError: list element in quotes follow
https://bugs.python.org/issue32328  opened by kumba

#32330: Email parser creates a message object that can't be flattened
https://bugs.python.org/issue32330  opened by msapiro

#32331: apply SOCK_TYPE_MASK to socket.type on Linux
https://bugs.python.org/issue32331  opened by yselivanov

#32333: test_smtplib: dangling threads on x86 Gentoo Non-Debug with X 
https://bugs.python.org/issue32333  opened by vstinner

#32334: test_configparser left @test_2876_tmp temporary file on x86 Wi
https://bugs.python.org/issue32334  opened by vstinner



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

#32334: test_configparser left @test_2876_tmp temporary file on x86 Wi
https://bugs.python.org/issue32334

#32333: test_smtplib: dangling threads on x86 Gentoo Non-Debug with X 
https://bugs.python.org/issue32333

#32328: ttk.Treeview: _tkinter.TclError: list element in quotes follow
https://bugs.python.org/issue32328

#32322: Heap type with Py_TPFLAGS_HAVE_GC leads to segfault due to not
https://bugs.python.org/issue32322

#32321: functools.reduce has a redundant guard or needs a pure Python 
https://bugs.python.org/issue32321

#32320: Add default value support to collections.namedtuple()
https://bugs.python.org/issue32320

#32315: can't run any scripts with 2.7.x, 32 and 64-bit
https://bugs.python.org/issue32315

#32313: Wrong inspect.getsource for datetime
https://bugs.python.org/issue32313

#32310: Remove _Py_PyAtExit from Python.h
https://bugs.python.org/issue32310

#32308: Replace empty matches adjacent to a previous non-empty match i
https://bugs.python.org/issue32308

#32306: Clarify map API in concurrent.futures
https://bugs.python.org/issue32306

#32305: Namespace packages have inconsistent __file__ and __spec__.ori
https://bugs.python.org/issue32305

#32304: Upload failed (400): Digests do not match on .tar.gz ending wi
https://bugs.python.org/issue32304

#32303: Namespace packages have inconsistent __loader__ and __spec__.l
https://bugs.python.org/issue32303

#32299: unittest.mock.patch.dict.__enter__ should return the dict
https://bugs.python.org/issue32299



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

#32331: apply SOCK_TYPE_MASK to socket.type on Linux
https://bugs.python.org/issue32331

#32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value
https://bugs.python.org/issue32323

#32320: Add default value support to collections.namedtuple()
https://bugs.python.org/issue32320

#32318: Remove "globals()" call from "socket.accept()"
https://bugs.python.org/issue32318

#32310: Remove _Py_PyAtExit from Python.h
https://bugs.python.org/issue32310

#32309: Implement asyncio.run_in_executor shortcut
https://bugs.python.org/issue32309

#32308: Replace empty matches adjacent to a previous non-empty match i
https://bugs.python.org/issue32308

#32299: unittest.mock.patch.dict.__enter__ should return the dict
https://bugs.python.org/issue32299

#32296: Implement asyncio._get_running_loop() and get_event_loop() in 
https://bugs.python.org/issue32296

#32285: In `unicodedata`, it should be possible to check a unistr's no
https://bugs.python.org/issue32285

#32282: When using a Windows XP compatible toolset, `socketmodule.c` f
https://bugs.python.org/issue32282

#32280: Expose `_PyRuntime` through a section name
https://bugs.python.org/issue32280

#32267: strptime misparses offsets with microsecond format
https://bugs.python.org/issue32267

#32266: test_pathlib fails if current path has junctions
https://bugs.python.org/issue32266

#32259: Misleading "not iterable" Error Message when generator return 
https://bugs.python.org/issue32259



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

#32259: Misleading "not iterable" Error Message when generator return 
https://bugs.python.org/issue32259  21 msgs

#32300: print(os.environ.keys()) should only print the keys
https://bugs.python.org/issue32300  19 msgs

#32257: Support Disabling Renegotiation for SSLContext
https://bugs.python.org/issue32257  16 msgs

#32226: Implement PEP 560: Core support for typing module and generic 
https://bugs.python.org/issue32226  12 msgs

#32252: test_regrtest  leaves a test_python_* directory in TEMPDIR
https://bugs.python.org/issue32252  11 msgs

#32251: Add asyncio.BufferedProtocol
https://bugs.python.org/issue32251  10 msgs

#30491: Add a lightweight mechanism for detecting un-awaited coroutine
https://bugs.python.org/issue30491   9 msgs

#32030: PEP 432: Rewrite Py_Main()
https://bugs.python.org/issue32030   9 msgs

#19431: Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithEr
https://bugs.python.org/issue19431   8 msgs

#30050: Please provide a way to disable the warning printed if the sig
https://bugs.python.org/issue30050   7 msgs



Issues closed (63)
==================

#11123: problem with packaged dependency extracter script, pdeps
https://bugs.python.org/issue11123  closed by csabella

#20361: -W command line options and PYTHONWARNINGS environmental varia
https://bugs.python.org/issue20361  closed by vstinner

#22091: __debug__ in compile(optimize=1)
https://bugs.python.org/issue22091  closed by serhiy.storchaka

#22671: Typo in class io.BufferedIOBase docs
https://bugs.python.org/issue22671  closed by vstinner

#26259: Memleak when repeated calls to asyncio.queue.Queue.get is perf
https://bugs.python.org/issue26259  closed by asvetlov

#26549: co_stacksize is calculated from unoptimized code
https://bugs.python.org/issue26549  closed by serhiy.storchaka

#27169: __debug__ is not optimized out at compile time for anything bu
https://bugs.python.org/issue27169  closed by serhiy.storchaka

#27695: Long constant calculations stall compilation
https://bugs.python.org/issue27695  closed by serhiy.storchaka

#28185: Tabs in C source code
https://bugs.python.org/issue28185  closed by martin.panter

#28393: Update encoding lookup docs wrt #27938
https://bugs.python.org/issue28393  closed by vstinner

#28813: Remove unneeded folded consts after peephole
https://bugs.python.org/issue28813  closed by serhiy.storchaka

#29469: AST-level Constant folding
https://bugs.python.org/issue29469  closed by inada.naoki

#30241: Add contextlib.AbstractAsyncContextManager
https://bugs.python.org/issue30241  closed by yselivanov

#31265: Remove doubly-linked list from C OrderedDict
https://bugs.python.org/issue31265  closed by rhettinger

#31620: asyncio.Queue leaks memory if the queue is empty and consumers
https://bugs.python.org/issue31620  closed by asvetlov

#31650: implement PEP 552
https://bugs.python.org/issue31650  closed by benjamin.peterson

#31942: Document that support of start and stop parameters in the Sequ
https://bugs.python.org/issue31942  closed by vstinner

#31964: [3.4][3.5] pyexpat: compilaton of libexpat fails with: ISO C90
https://bugs.python.org/issue31964  closed by vstinner

#31967: [Windows] test_distutils: fatal error LNK1158: cannot run 'rc.
https://bugs.python.org/issue31967  closed by vstinner

#32114: The get_event_loop change in bpo28613 did not update the docum
https://bugs.python.org/issue32114  closed by yselivanov

#32119: test_notify_all() of test_multiprocessing_forkserver failed on
https://bugs.python.org/issue32119  closed by vstinner

#32124: Document functions safe to be called before Py_Initialize()
https://bugs.python.org/issue32124  closed by vstinner

#32143: os.statvfs lacks f_fsid
https://bugs.python.org/issue32143  closed by fdrake

#32186: io.FileIO hang all threads if fstat blocks on inaccessible NFS
https://bugs.python.org/issue32186  closed by berker.peksag

#32193: Convert asyncio to async/await
https://bugs.python.org/issue32193  closed by asvetlov

#32208: Improve semaphore documentation
https://bugs.python.org/issue32208  closed by berker.peksag

#32225: Implement PEP 562: module __getattr__ and __dir__
https://bugs.python.org/issue32225  closed by levkivskyi

#32230: -X dev doesn't set sys.warnoptions
https://bugs.python.org/issue32230  closed by vstinner

#32237: test_xml_etree leaked [1, 1, 1] references, sum=3
https://bugs.python.org/issue32237  closed by berker.peksag

#32240: Add the const qualifier for PyObject* array arguments
https://bugs.python.org/issue32240  closed by serhiy.storchaka

#32241: Add the const qualifier for char and wchar_t pointers to unmod
https://bugs.python.org/issue32241  closed by serhiy.storchaka

#32253: Deprecate old-style locking in asyncio/locks.py
https://bugs.python.org/issue32253  closed by asvetlov

#32255: csv.writer converts None to '""\n' when it is first line, othe
https://bugs.python.org/issue32255  closed by serhiy.storchaka

#32258: Rewrite asyncio docs to use async/await syntax
https://bugs.python.org/issue32258  closed by asvetlov

#32260: siphash shouldn't byte swap the keys
https://bugs.python.org/issue32260  closed by benjamin.peterson

#32262: Fix linting errors in asyncio code; use f-strings consistently
https://bugs.python.org/issue32262  closed by yselivanov

#32264: move pygetopt.h into internal/
https://bugs.python.org/issue32264  closed by benjamin.peterson

#32265: Correctly classify builtin static and class methods
https://bugs.python.org/issue32265  closed by serhiy.storchaka

#32268: quopri.decode(): string argument expected, got 'bytes'
https://bugs.python.org/issue32268  closed by r.david.murray

#32269: Add `asyncio.get_running_loop()` function
https://bugs.python.org/issue32269  closed by yselivanov

#32271: test_ssl test failed on Fedora 27
https://bugs.python.org/issue32271  closed by christian.heimes

#32272: Remove asyncio.async function
https://bugs.python.org/issue32272  closed by yselivanov

#32273: Remove asyncio.test_utils
https://bugs.python.org/issue32273  closed by yselivanov

#32274: Potential leak in pysqlite_connection_init()
https://bugs.python.org/issue32274  closed by lelit

#32277: SystemError via chmod(symlink, ..., follow_symlinks=False)
https://bugs.python.org/issue32277  closed by serhiy.storchaka

#32284: typing.TextIO and BinaryIO are not aliases of IO[...]
https://bugs.python.org/issue32284  closed by asvetlov

#32286: python 2.7 cannot parse ''
https://bugs.python.org/issue32286  closed by vstinner

#32292: Building fails on Windows
https://bugs.python.org/issue32292  closed by pitrou

#32293: macos pkg fails  10.13.2
https://bugs.python.org/issue32293  closed by Lloyd Vancil

#32294: test_semaphore_tracker() of test_multiprocessing_spawn fails w
https://bugs.python.org/issue32294  closed by vstinner

#32297: Few misspellings found in Python source code comments.
https://bugs.python.org/issue32297  closed by asvetlov

#32298: Email.quopriprime over-encodes characters
https://bugs.python.org/issue32298  closed by r.david.murray

#32301: Typo in array documentation
https://bugs.python.org/issue32301  closed by steven.daprano

#32302: test_distutils: test_get_exe_bytes() failure on AppVeyor
https://bugs.python.org/issue32302  closed by vstinner

#32311: Implement asyncio.create_task() shortcut
https://bugs.python.org/issue32311  closed by asvetlov

#32314: Implement asyncio.run()
https://bugs.python.org/issue32314  closed by yselivanov

#32316: [3.6] make regen-all fails on Travis CI on "python3.6" command
https://bugs.python.org/issue32316  closed by vstinner

#32319: re fullmatch error with non greedy modifier
https://bugs.python.org/issue32319  closed by serhiy.storchaka

#32325: C API should use 'const char *' instead of 'char *'
https://bugs.python.org/issue32325  closed by serhiy.storchaka

#32327: Make asyncio methods documented as coroutines - coroutines.
https://bugs.python.org/issue32327  closed by yselivanov

#32329: PYTHONHASHSEED=0 python3 -R should enable hash randomization
https://bugs.python.org/issue32329  closed by vstinner

#32332: Implement slots support for magic methods added in PEP 560
https://bugs.python.org/issue32332  closed by yselivanov

#1346238: A constant folding optimization pass for the AST
https://bugs.python.org/issue1346238  closed by serhiy.storchaka


More information about the Python-Dev mailing list