[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri May 24 14:08:23 EDT 2019


ACTIVITY SUMMARY (2019-05-17 - 2019-05-24)
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    7067 ( +0)
  closed 41721 (+88)
  total  48788 (+88)

Open issues with patches: 2849 


Issues opened (59)
==================

#34651: Disallow fork in a subinterpreter.
https://bugs.python.org/issue34651  reopened by vstinner

#36950: test.support: add an helper to wait for an event with a timeou
https://bugs.python.org/issue36950  opened by vstinner

#36953: Remove collections ABCs?
https://bugs.python.org/issue36953  opened by p-ganssle

#36954: test_recursive_repr breaks tracing in test_xml_etree
https://bugs.python.org/issue36954  opened by gphemsley

#36956: Calling "functions" used to implement generators/comps easily 
https://bugs.python.org/issue36956  opened by bup

#36959: ISO date errors in _strptime are jumbled
https://bugs.python.org/issue36959  opened by gphemsley

#36960: Make datetime docs more user-friendly
https://bugs.python.org/issue36960  opened by bsolomon1124

#36967: Eliminate unnecessary check in _strptime when determining AM/P
https://bugs.python.org/issue36967  opened by gphemsley

#36968: Top level transient modal windows stopping deiconify on window
https://bugs.python.org/issue36968  opened by Daniel Law

#36969: pdb.do_args: display keyword-only and positional only argument
https://bugs.python.org/issue36969  opened by blueyed

#36971: Add subsections in C API "Common Object Structures" page
https://bugs.python.org/issue36971  opened by jdemeyer

#36973: test_json.test_recursion.TestPyRecursion.test_endless_recursio
https://bugs.python.org/issue36973  opened by xtreak

#36974: Implement PEP 590
https://bugs.python.org/issue36974  opened by jdemeyer

#36976: email: AttributeError
https://bugs.python.org/issue36976  opened by alter-bug-tracer

#36977: SharedMemoryManager should relase its resources when its paren
https://bugs.python.org/issue36977  opened by pierreglaser

#36979: ncurses extension uses wrong include path
https://bugs.python.org/issue36979  opened by chargr

#36982: Add support for extended color functions in ncurses 6.1
https://bugs.python.org/issue36982  opened by websurfer5

#36983: typing.__all__ has drifted from actual contents
https://bugs.python.org/issue36983  opened by Anthony Sottile

#36984: typing docs "versionadded" is inaccurate for many attributes
https://bugs.python.org/issue36984  opened by Anthony Sottile

#36985: typing.ForwardRef is undocumented
https://bugs.python.org/issue36985  opened by Anthony Sottile

#36986: tarfile: unexpected IsADirectoryError on extraction
https://bugs.python.org/issue36986  opened by alter-bug-tracer

#36988: zipfile: string IndexError on extract
https://bugs.python.org/issue36988  opened by alter-bug-tracer

#36989: test_thread fails because symbol is (no longer) exported
https://bugs.python.org/issue36989  opened by Michael.Felt

#36990: test_asyncio.test_create_connection_ipv6_scope fails(in mock t
https://bugs.python.org/issue36990  opened by Michael.Felt

#36996: unittest.mock.patch decorator doesn't work with async function
https://bugs.python.org/issue36996  opened by xtreak

#36997: Document that spwd is considered harmful
https://bugs.python.org/issue36997  opened by christian.heimes

#36998: distutils sdist command fails to create MANIFEST if any filena
https://bugs.python.org/issue36998  opened by a.badger

#36999: Expose the coroutine object in asyncio task objects
https://bugs.python.org/issue36999  opened by alex.gronholm

#37001: symtable.symtable doesn't accept bytes which leads to a mismat
https://bugs.python.org/issue37001  opened by dino.viehland

#37002: PyType_FromSpec can't create immutable types
https://bugs.python.org/issue37002  opened by dino.viehland

#37003: ast unparse does not support f-string new debug format.
https://bugs.python.org/issue37003  opened by mbussonn

#37004: SequenceMatcher.ratio() noncommutativity not well-documented
https://bugs.python.org/issue37004  opened by Dennis Sweeney

#37005: bz2 module doesn't write end-of-stream marker
https://bugs.python.org/issue37005  opened by Dobatymo

#37006: Add top level await statement support for doctest
https://bugs.python.org/issue37006  opened by xtreak

#37007: Implement socket.if_{nametoindex,indextoname} for Windows
https://bugs.python.org/issue37007  opened by dtantsur

#37009: Threading and THREAD_SAFE for AIX
https://bugs.python.org/issue37009  opened by Michael.Felt

#37010: Review performance of inspect.getfullargspec
https://bugs.python.org/issue37010  opened by ncoghlan

#37011: pdb: restore original tracing function instead of sys.settrace
https://bugs.python.org/issue37011  opened by blueyed

#37012: Possible crash due to PyType_FromSpecWithBases()
https://bugs.python.org/issue37012  opened by petr.viktorin

#37013: Fatal Python error in socket.if_indextoname()
https://bugs.python.org/issue37013  opened by ZackerySpytz

#37014: [First easy issue] fileinput module should document that openh
https://bugs.python.org/issue37014  opened by Grant Wu2

#37015: Fix asyncio mock warnings
https://bugs.python.org/issue37015  opened by asvetlov

#37017: Use LOAD_METHOD optimization in CallMethod C API functions
https://bugs.python.org/issue37017  opened by msullivan

#37018: put http.server on a diet
https://bugs.python.org/issue37018  opened by v+python

#37021: Can _random.getrandbits() be converted to METH_FASTCALL?
https://bugs.python.org/issue37021  opened by rhettinger

#37022: pdb: do_p and do_pp swallow exceptions from __repr__
https://bugs.python.org/issue37022  opened by blueyed

#37023: test_gdb failed on AMD64 Debian PGO 3.x
https://bugs.python.org/issue37023  opened by vstinner

#37024: SQLite flag in configure due to homebrew not linking sqlite
https://bugs.python.org/issue37024  opened by lys.nikolaou

#37025: Misleading error message "Python failed to load the default ac
https://bugs.python.org/issue37025  opened by rhabacker

#37026: socketserver: BaseServer.handle_request() infinite loop
https://bugs.python.org/issue37026  opened by jmberg

#37027: Return a safe proxy over a socket from get_extra_info('socket'
https://bugs.python.org/issue37027  opened by yselivanov

#37028: Implement asyncio repl
https://bugs.python.org/issue37028  opened by yselivanov

#37029: PyObject_Free is O(N) where N = # of arenas
https://bugs.python.org/issue37029  opened by inada.naoki

#37030: Lib/cmd.py: Hide undocumented commands in help and completenam
https://bugs.python.org/issue37030  opened by aldwinaldwin

#37032: Add CodeType.replace() method
https://bugs.python.org/issue37032  opened by vstinner

#37034: Argument Clinic omits name of keyword-only parameter on _PyArg
https://bugs.python.org/issue37034  opened by vstinner

#37035: Don't log OSError exceptions in asyncio transports
https://bugs.python.org/issue37035  opened by asvetlov

#37036: Iterating a text file by line should not implicitly disable te
https://bugs.python.org/issue37036  opened by josh.r

#37037: Enable rpath remapping in makefile
https://bugs.python.org/issue37037  opened by steve.dower



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

#37037: Enable rpath remapping in makefile
https://bugs.python.org/issue37037

#37034: Argument Clinic omits name of keyword-only parameter on _PyArg
https://bugs.python.org/issue37034

#37029: PyObject_Free is O(N) where N = # of arenas
https://bugs.python.org/issue37029

#37028: Implement asyncio repl
https://bugs.python.org/issue37028

#37027: Return a safe proxy over a socket from get_extra_info('socket'
https://bugs.python.org/issue37027

#37026: socketserver: BaseServer.handle_request() infinite loop
https://bugs.python.org/issue37026

#37025: Misleading error message "Python failed to load the default ac
https://bugs.python.org/issue37025

#37024: SQLite flag in configure due to homebrew not linking sqlite
https://bugs.python.org/issue37024

#37018: put http.server on a diet
https://bugs.python.org/issue37018

#37013: Fatal Python error in socket.if_indextoname()
https://bugs.python.org/issue37013

#37012: Possible crash due to PyType_FromSpecWithBases()
https://bugs.python.org/issue37012

#37009: Threading and THREAD_SAFE for AIX
https://bugs.python.org/issue37009

#37004: SequenceMatcher.ratio() noncommutativity not well-documented
https://bugs.python.org/issue37004

#37002: PyType_FromSpec can't create immutable types
https://bugs.python.org/issue37002

#37001: symtable.symtable doesn't accept bytes which leads to a mismat
https://bugs.python.org/issue37001



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

#37035: Don't log OSError exceptions in asyncio transports
https://bugs.python.org/issue37035

#37032: Add CodeType.replace() method
https://bugs.python.org/issue37032

#37030: Lib/cmd.py: Hide undocumented commands in help and completenam
https://bugs.python.org/issue37030

#37028: Implement asyncio repl
https://bugs.python.org/issue37028

#37027: Return a safe proxy over a socket from get_extra_info('socket'
https://bugs.python.org/issue37027

#37023: test_gdb failed on AMD64 Debian PGO 3.x
https://bugs.python.org/issue37023

#37021: Can _random.getrandbits() be converted to METH_FASTCALL?
https://bugs.python.org/issue37021

#37017: Use LOAD_METHOD optimization in CallMethod C API functions
https://bugs.python.org/issue37017

#37014: [First easy issue] fileinput module should document that openh
https://bugs.python.org/issue37014

#37013: Fatal Python error in socket.if_indextoname()
https://bugs.python.org/issue37013

#37012: Possible crash due to PyType_FromSpecWithBases()
https://bugs.python.org/issue37012

#37011: pdb: restore original tracing function instead of sys.settrace
https://bugs.python.org/issue37011

#37007: Implement socket.if_{nametoindex,indextoname} for Windows
https://bugs.python.org/issue37007

#37004: SequenceMatcher.ratio() noncommutativity not well-documented
https://bugs.python.org/issue37004

#37003: ast unparse does not support f-string new debug format.
https://bugs.python.org/issue37003



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

#36906: Compile time textwrap.dedent() equivalent for str or bytes lit
https://bugs.python.org/issue36906  14 msgs

#36763: Implementation of the PEP 587
https://bugs.python.org/issue36763  11 msgs

#36829: Add sys.unraisablehook() to custom how "unraisable exceptions"
https://bugs.python.org/issue36829  11 msgs

#36998: distutils sdist command fails to create MANIFEST if any filena
https://bugs.python.org/issue36998  10 msgs

#28971: nntplib is broken when responses are longer than _MAXLINE
https://bugs.python.org/issue28971   9 msgs

#36721: Add pkg-config python-3.8-embed and --embed to python3.8-confi
https://bugs.python.org/issue36721   9 msgs

#37003: ast unparse does not support f-string new debug format.
https://bugs.python.org/issue37003   8 msgs

#37032: Add CodeType.replace() method
https://bugs.python.org/issue37032   8 msgs

#1230540: sys.excepthook doesn't work in threads
https://bugs.python.org/issue1230540   7 msgs

#21315: email._header_value_parser does not recognise in-line encoding
https://bugs.python.org/issue21315   6 msgs



Issues closed (84)
==================

#8138: wsgiref.simple_server.SimpleServer claims to be multithreaded
https://bugs.python.org/issue8138  closed by berker.peksag

#20285: Improve object.__doc__ and help(object) output
https://bugs.python.org/issue20285  closed by cheryl.sabella

#22865: Document how to make pty.spawn not copy data
https://bugs.python.org/issue22865  closed by vstinner

#23378: argparse.add_argument action parameter should allow value exte
https://bugs.python.org/issue23378  closed by gvanrossum

#23395: _thread.interrupt_main() errors if SIGINT handler in SIG_DFL, 
https://bugs.python.org/issue23395  closed by pitrou

#23896: lib2to3 doesn't provide a grammar where exec is a function
https://bugs.python.org/issue23896  closed by gvanrossum

#24882: ThreadPoolExecutor doesn't reuse threads until #threads == max
https://bugs.python.org/issue24882  closed by pitrou

#25329: test_json crashes with stack overflow on Windows
https://bugs.python.org/issue25329  closed by vstinner

#26467: Add async magic method support to unittest.mock.Mock
https://bugs.python.org/issue26467  closed by lisroach

#27268: Incorrect error message on float('')
https://bugs.python.org/issue27268  closed by cheryl.sabella

#27737: email.header.Header.encode() crashes with IndexError on spaces
https://bugs.python.org/issue27737  closed by r.david.murray

#29183: Unintuitive error handling in wsgiref when a crash happens in 
https://bugs.python.org/issue29183  closed by berker.peksag

#31850: test_nntplib failed with "nntplib.NNTPDataError: line too long
https://bugs.python.org/issue31850  closed by vstinner

#33110: Adding a done callback to a concurrent.futures Future once it 
https://bugs.python.org/issue33110  closed by pitrou

#33164: Blake 2 module update
https://bugs.python.org/issue33164  closed by inada.naoki

#33482: codecs.StreamRecoder.writelines is broken
https://bugs.python.org/issue33482  closed by gvanrossum

#33519: Should MutableSequence provide .copy()?
https://bugs.python.org/issue33519  closed by cheryl.sabella

#33524: non-ascii characters in headers causes TypeError on email.poli
https://bugs.python.org/issue33524  closed by cheryl.sabella

#33563: fileinput input's and Fileinput's bufsize=0 do not remit depre
https://bugs.python.org/issue33563  closed by mbussonn

#34580: sqlite doc: clarify the scope of the context manager
https://bugs.python.org/issue34580  closed by berker.peksag

#34616: implement "Async exec"
https://bugs.python.org/issue34616  closed by yselivanov

#35091: Objects/listobject.c: gallop functions rely on signed integer 
https://bugs.python.org/issue35091  closed by cheryl.sabella

#35252: test_functools dead code after FIXME
https://bugs.python.org/issue35252  closed by lys.nikolaou

#35563: Doc: warnings.rst - add links to references
https://bugs.python.org/issue35563  closed by cheryl.sabella

#35721: _UnixSubprocessTransport leaks socket pair if Popen fails
https://bugs.python.org/issue35721  closed by asvetlov

#35810: Object Initialization does not incref Heap-allocated Types
https://bugs.python.org/issue35810  closed by petr.viktorin

#35924: curses segfault resizing window
https://bugs.python.org/issue35924  closed by Josiah Ulfers

#35926: Need openssl 1.1.1 support on Windows for ARM and ARM64
https://bugs.python.org/issue35926  closed by steve.dower

#35933: python doc does not say that the state kwarg in Pickler.save_r
https://bugs.python.org/issue35933  closed by pierreglaser

#35990: ipaddress.IPv4Interface won't accept 2-tuple (address, mask)
https://bugs.python.org/issue35990  closed by SilentGhost

#36035: pathlib.Path().rglob() breaks with broken symlinks
https://bugs.python.org/issue36035  closed by pitrou

#36045: builtins.help function is not much help with async functions
https://bugs.python.org/issue36045  closed by asvetlov

#36368: server process of shared_memory shuts down if KeyboardInterrup
https://bugs.python.org/issue36368  closed by pierreglaser

#36567: DOC: manpage directive doesn't create hyperlink
https://bugs.python.org/issue36567  closed by berker.peksag

#36648: MAP_SHARED isn't proper for anonymous mappings for VxWorks
https://bugs.python.org/issue36648  closed by vstinner

#36713: duplicate method definition in Lib/ctypes/test/test_unicode.py
https://bugs.python.org/issue36713  closed by ezio.melotti

#36755: [2.7] test_httplib leaked [8, 8, 8] references with OpenSSL 1.
https://bugs.python.org/issue36755  closed by benjamin.peterson

#36797: Cull more oudated distutils information
https://bugs.python.org/issue36797  closed by ncoghlan

#36810: Recursive type annotations do not work in documentation tests
https://bugs.python.org/issue36810  closed by levkivskyi

#36826: ast_unparser.c doesn't handle := expressions
https://bugs.python.org/issue36826  closed by pablogsal

#36867: Make semaphore_tracker track other system resources
https://bugs.python.org/issue36867  closed by vstinner

#36878: ast.parse with type_comments=True should allow extra text afte
https://bugs.python.org/issue36878  closed by gvanrossum

#36887: Add integer square root, math.isqrt
https://bugs.python.org/issue36887  closed by mark.dickinson

#36888: Create a way to check that the parent process is alive for dea
https://bugs.python.org/issue36888  closed by pitrou

#36907: Crash due to borrowed references in _PyStack_UnpackDict()
https://bugs.python.org/issue36907  closed by petr.viktorin

#36908: "This module is always available" is confusing
https://bugs.python.org/issue36908  closed by Mariatta

#36921: Deprecate yield from and @coroutine in asyncio
https://bugs.python.org/issue36921  closed by asvetlov

#36929: Other Python _io implementations may not expose _io in their t
https://bugs.python.org/issue36929  closed by vstinner

#36932: asyncio-task.rst could use proper deprecated-removed directive
https://bugs.python.org/issue36932  closed by asvetlov

#36936: CALL_FUNCTION_KW opcode: keyword names must be non-empty
https://bugs.python.org/issue36936  closed by petr.viktorin

#36937: New _PyObject_MakeTpCall() function
https://bugs.python.org/issue36937  closed by jdemeyer

#36945: Add _PyPreConfig.configure_locale: allow to leave LC_CTYPE unc
https://bugs.python.org/issue36945  closed by vstinner

#36948: NameError in urllib.request.URLopener.retrieve
https://bugs.python.org/issue36948  closed by berker.peksag

#36949: WeakSet.__repr__ and __str__ do not show contents of the set
https://bugs.python.org/issue36949  closed by steve.dower

#36951: Wrong types for PyMemberDefs in Objects/typeobject.c
https://bugs.python.org/issue36951  closed by benjamin.peterson

#36952: fileinput input's and Fileinput's bufsize=0 marked for removal
https://bugs.python.org/issue36952  closed by inada.naoki

#36955: Python3 - mulltiprocessing
https://bugs.python.org/issue36955  closed by SilentGhost

#36957: Speed up math.isqrt
https://bugs.python.org/issue36957  closed by mark.dickinson

#36958: IDLE should print exit message or status if one is provided
https://bugs.python.org/issue36958  closed by terry.reedy

#36961: ast_unparser.c doesn't handle PEP570
https://bugs.python.org/issue36961  closed by pablogsal

#36962: Cant sort ModuleInfo instances
https://bugs.python.org/issue36962  closed by eric.smith

#36963: PyDict_GetItem SegFaults on simple dictionary lookup when usin
https://bugs.python.org/issue36963  closed by larry

#36964: `python3 -m venv NAME`: virtualenv is not portable
https://bugs.python.org/issue36964  closed by brett.cannon

#36965: use of STATUS_CONTROL_C_EXIT in Modules/main.c breaks compilat
https://bugs.python.org/issue36965  closed by vstinner

#36966: Export __VENV_PROMPT__ as environment variable
https://bugs.python.org/issue36966  closed by lys.nikolaou

#36970: Rename _PyObject_FastCallKeywords
https://bugs.python.org/issue36970  closed by jdemeyer

#36972: Add SupportsIndex
https://bugs.python.org/issue36972  closed by levkivskyi

#36975: csv: undocumented UnicodeDecodeError on malformed file
https://bugs.python.org/issue36975  closed by brett.cannon

#36978: `python3 -m pip install` has no `--requirement` option on Wind
https://bugs.python.org/issue36978  closed by eric.smith

#36980: pass-by-reference clues
https://bugs.python.org/issue36980  closed by steven.daprano

#36981: asyncio transport.write() memory out
https://bugs.python.org/issue36981  closed by viocal

#36987: Dictionary: why is the value not used up?
https://bugs.python.org/issue36987  closed by matrixise

#36991: zipfile: AttributeError on extract
https://bugs.python.org/issue36991  closed by matrixise

#36992: zipfile: AttributeError on extract (LZMA)
https://bugs.python.org/issue36992  closed by matrixise

#36993: zipfile: tuple IndexError on extract
https://bugs.python.org/issue36993  closed by matrixise

#36994: Missing tests for CALL_FUNCTION_EX opcode profiling method_des
https://bugs.python.org/issue36994  closed by jdemeyer

#36995: tp_print -> tp_vectorcall_offset
https://bugs.python.org/issue36995  closed by jdemeyer

#37000: _randbelow_with_getrandbits function inefficient with powers o
https://bugs.python.org/issue37000  closed by rhettinger

#37008: make unittest.mock.mock_open honor next()
https://bugs.python.org/issue37008  closed by asvetlov

#37016: Python embedded in C++ cannot open a file
https://bugs.python.org/issue37016  closed by matrixise

#37019: Create symlinks relative to cwd
https://bugs.python.org/issue37019  closed by serhiy.storchaka

#37020: Invalid floating point multiplication result
https://bugs.python.org/issue37020  closed by SilentGhost

#37031: signalmodule.c: reuse runtime->main_thread
https://bugs.python.org/issue37031  closed by vstinner

#37033: Dictionary defaults .get(), .pop(), .setdefault()
https://bugs.python.org/issue37033  closed by SilentGhost


More information about the Python-Dev mailing list