Summary of Python tracker Issues
ACTIVITY SUMMARY (2022-01-28 - 2022-02-04) 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 7144 (-13) closed 51222 (+84) total 58366 (+71) Open issues with patches: 2890 Issues opened (44) ================== #45711: Simplify the interpreter's (type, val, tb) exception represent https://bugs.python.org/issue45711 reopened by vstinner #45773: Compiler hangs during jump elimination https://bugs.python.org/issue45773 reopened by brandtbucher #46570: Windows support for OpenSSL 3.0 https://bugs.python.org/issue46570 opened by jay0lee #46571: Strange `@typing.no_type_check` behavior for class variables https://bugs.python.org/issue46571 opened by sobolevn #46575: One-off errors in hashlib.scrypt error messages https://bugs.python.org/issue46575 opened by ron_kaminsky #46577: Hostname spoofing via backslashes in URL https://bugs.python.org/issue46577 opened by meetdash #46578: cant DEBUG os.spawnv() https://bugs.python.org/issue46578 opened by michaellongge #46580: email.utils.unquote strips too many slashes https://bugs.python.org/issue46580 opened by hbandi #46581: _typevar_types and _paramspec_tvars are missing from _GenericA https://bugs.python.org/issue46581 opened by posita #46585: Should we re-export `PyObj_FromPtr` in `ctypes`? https://bugs.python.org/issue46585 opened by sobolevn #46586: In documentation contents enum.property erroneously links to b https://bugs.python.org/issue46586 opened by Dutcho #46587: datetime and time tests use non-portal "%4Y" format https://bugs.python.org/issue46587 opened by christian.heimes #46589: Improve documentation for typing._GenericAlias https://bugs.python.org/issue46589 opened by matthew.rahtz #46592: Undocumented behavior in strptime for ISO week dates https://bugs.python.org/issue46592 opened by Jonatan Skogsfors #46593: memoryview lacks support for half floats https://bugs.python.org/issue46593 opened by pitrou #46594: Windows "Edit with IDLE >" only has one selection https://bugs.python.org/issue46594 opened by terry.reedy #46596: PyLineTable_InitAddressRange isn't exported - causing C Extens https://bugs.python.org/issue46596 opened by nathan3 #46598: ElementTree: wrong XML prolog for the utf-8-sig encoding https://bugs.python.org/issue46598 opened by prikryl #46600: Python built with clang -O0 allocates 10x more stack memory th https://bugs.python.org/issue46600 opened by vstinner #46601: macOS installer "Install Certificates.command" fails if pip is https://bugs.python.org/issue46601 opened by cryptophoto #46603: `typing._strip_annotations` is not fully covered https://bugs.python.org/issue46603 opened by sobolevn #46604: Documentation fix in ssl module https://bugs.python.org/issue46604 opened by glk0 #46605: Py_XDECREF() module on fail in Py_mod_exec https://bugs.python.org/issue46605 opened by ov2k #46606: Large C stack usage of os.getgroups() and os.setgroups() https://bugs.python.org/issue46606 opened by methane #46607: Add DeprecationWarning to configparser's LegacyInterpolation https://bugs.python.org/issue46607 opened by hugovk #46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB https://bugs.python.org/issue46608 opened by kumaraditya303 #46609: Generator-based coroutines in Python 3.10 docs https://bugs.python.org/issue46609 opened by srittau #46611: Improve coverage of `__instancecheck__` and `__subclasscheck__ https://bugs.python.org/issue46611 opened by sobolevn #46613: Add PyType_GetModuleByDef to the public & limited API https://bugs.python.org/issue46613 opened by petr.viktorin #46614: Add option to output UTC datetimes as "Z" in `.isoformat()` https://bugs.python.org/issue46614 opened by p-ganssle #46615: Use-after-free by mutating set during set operations https://bugs.python.org/issue46615 opened by Dennis Sweeney #46619: lazy module property not recognized by doctests https://bugs.python.org/issue46619 opened by jaraco #46620: Documentation of ipaddress behavior for prefix length with lea https://bugs.python.org/issue46620 opened by lay20114 #46621: Should map(function, iterable, ...) replace StopIteration with https://bugs.python.org/issue46621 opened by xavieryao #46622: Support decorating a coroutine with functools.cached_property https://bugs.python.org/issue46622 opened by uranusjr #46623: test_zlib: test_pair() and test_speech128() fail with s390x ha https://bugs.python.org/issue46623 opened by vstinner #46625: timeout option of socket.create_connection is not respected https://bugs.python.org/issue46625 opened by Nicolas SURRIBAS #46631: Implement a "strict" mode for getpass.getuser() https://bugs.python.org/issue46631 opened by eryksun #46632: test_ssl: 2 tests fail on cstratak-CentOS9-fips-x86_64 https://bugs.python.org/issue46632 opened by vstinner #46633: AddressSanitizer: Skip tests directly in Python, not with exte https://bugs.python.org/issue46633 opened by vstinner #46634: [sqlite3]��speed up cursor.execute*() https://bugs.python.org/issue46634 opened by erlendaasland #46635: unittest.defaultTestLoader.discover fails for namespace packag https://bugs.python.org/issue46635 opened by tpapastylianou #46637: Incorrect error message: "missing 1 required positional argume https://bugs.python.org/issue46637 opened by Anders.Hovm��ller #46638: Inconsistent registry virtualization in Windows Store package https://bugs.python.org/issue46638 opened by steve.dower Most recent 15 issues with no replies (15) ========================================== #46635: unittest.defaultTestLoader.discover fails for namespace packag https://bugs.python.org/issue46635 #46634: [sqlite3]��speed up cursor.execute*() https://bugs.python.org/issue46634 #46632: test_ssl: 2 tests fail on cstratak-CentOS9-fips-x86_64 https://bugs.python.org/issue46632 #46631: Implement a "strict" mode for getpass.getuser() https://bugs.python.org/issue46631 #46625: timeout option of socket.create_connection is not respected https://bugs.python.org/issue46625 #46623: test_zlib: test_pair() and test_speech128() fail with s390x ha https://bugs.python.org/issue46623 #46622: Support decorating a coroutine with functools.cached_property https://bugs.python.org/issue46622 #46620: Documentation of ipaddress behavior for prefix length with lea https://bugs.python.org/issue46620 #46619: lazy module property not recognized by doctests https://bugs.python.org/issue46619 #46614: Add option to output UTC datetimes as "Z" in `.isoformat()` https://bugs.python.org/issue46614 #46613: Add PyType_GetModuleByDef to the public & limited API https://bugs.python.org/issue46613 #46611: Improve coverage of `__instancecheck__` and `__subclasscheck__ https://bugs.python.org/issue46611 #46609: Generator-based coroutines in Python 3.10 docs https://bugs.python.org/issue46609 #46606: Large C stack usage of os.getgroups() and os.setgroups() https://bugs.python.org/issue46606 #46605: Py_XDECREF() module on fail in Py_mod_exec https://bugs.python.org/issue46605 Most recent 15 issues waiting for review (15) ============================================= #46638: Inconsistent registry virtualization in Windows Store package https://bugs.python.org/issue46638 #46634: [sqlite3]��speed up cursor.execute*() https://bugs.python.org/issue46634 #46623: test_zlib: test_pair() and test_speech128() fail with s390x ha https://bugs.python.org/issue46623 #46615: Use-after-free by mutating set during set operations https://bugs.python.org/issue46615 #46613: Add PyType_GetModuleByDef to the public & limited API https://bugs.python.org/issue46613 #46611: Improve coverage of `__instancecheck__` and `__subclasscheck__ https://bugs.python.org/issue46611 #46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB https://bugs.python.org/issue46608 #46607: Add DeprecationWarning to configparser's LegacyInterpolation https://bugs.python.org/issue46607 #46606: Large C stack usage of os.getgroups() and os.setgroups() https://bugs.python.org/issue46606 #46604: Documentation fix in ssl module https://bugs.python.org/issue46604 #46603: `typing._strip_annotations` is not fully covered https://bugs.python.org/issue46603 #46600: Python built with clang -O0 allocates 10x more stack memory th https://bugs.python.org/issue46600 #46589: Improve documentation for typing._GenericAlias https://bugs.python.org/issue46589 #46581: _typevar_types and _paramspec_tvars are missing from _GenericA https://bugs.python.org/issue46581 #46571: Strange `@typing.no_type_check` behavior for class variables https://bugs.python.org/issue46571 Top 10 most discussed issues (10) ================================= #45711: Simplify the interpreter's (type, val, tb) exception represent https://bugs.python.org/issue45711 13 msgs #46600: Python built with clang -O0 allocates 10x more stack memory th https://bugs.python.org/issue46600 13 msgs #46571: Strange `@typing.no_type_check` behavior for class variables https://bugs.python.org/issue46571 11 msgs #29688: Add support for Path.absolute() https://bugs.python.org/issue29688 7 msgs #46521: codeop._maybe_compile passes code with error + triple quotes https://bugs.python.org/issue46521 7 msgs #46555: Unicode-mangled names refer inconsistently to constants https://bugs.python.org/issue46555 7 msgs #46615: Use-after-free by mutating set during set operations https://bugs.python.org/issue46615 7 msgs #42238: Deprecate suspicious.py? https://bugs.python.org/issue42238 6 msgs #45975: Simplify some while-loops with walrus operator https://bugs.python.org/issue45975 6 msgs #33222: Various test failures if PYTHONUSERBASE is not canonicalized https://bugs.python.org/issue33222 5 msgs Issues closed (73) ================== #6682: Default traceback does not handle PEP302 loaded modules https://bugs.python.org/issue6682 closed by iritkatriel #12010: Compile fails when sizeof(wchar_t) == 1 https://bugs.python.org/issue12010 closed by iritkatriel #26276: Inconsistent behaviour of PEP 3101 formatting between versions https://bugs.python.org/issue26276 closed by eric.smith #26552: Failing ensure_future still creates a Task https://bugs.python.org/issue26552 closed by gvanrossum #27101: Compilation of python (modules) for foreign target platform pr https://bugs.python.org/issue27101 closed by iritkatriel #29155: test.test_spwd.TestSpwdNonRoot failure with FileNotFoundError https://bugs.python.org/issue29155 closed by iritkatriel #29172: blake2: Use lowest-common denominator signature of #pragma pac https://bugs.python.org/issue29172 closed by iritkatriel #30210: No Documentation on tkinter dnd module https://bugs.python.org/issue30210 closed by iritkatriel #30393: test_readline hangs https://bugs.python.org/issue30393 closed by iritkatriel #36346: Prepare for removing the legacy Unicode C API https://bugs.python.org/issue36346 closed by methane #37588: Py_DEPRECATED and unavoidable warnings https://bugs.python.org/issue37588 closed by iritkatriel #38682: struct timeval is not declared https://bugs.python.org/issue38682 closed by iritkatriel #38902: image/webp support in mimetypes https://bugs.python.org/issue38902 closed by eric.araujo #39339: ProcessPoolExecutor() Exception in thread QueueManagerThread https://bugs.python.org/issue39339 closed by iritkatriel #39711: SIGBUS and core dumped during tests of 3.8.1 https://bugs.python.org/issue39711 closed by iritkatriel #40746: test_gdb failing on 32-bit armv7l when built with GCC -Og: <cl https://bugs.python.org/issue40746 closed by gregory.p.smith #42784: issues with object.h includes https://bugs.python.org/issue42784 closed by iritkatriel #43012: Remove pathlib accessors https://bugs.python.org/issue43012 closed by eric.araujo #43320: test test_webbrowser "can't locate runnable browser" with enab https://bugs.python.org/issue43320 closed by iritkatriel #43359: Dead assignment in Py_UniversalNewlineFgets https://bugs.python.org/issue43359 closed by iritkatriel #43540: importlib: Document how to replace load_module() in What's New https://bugs.python.org/issue43540 closed by vstinner #43583: make test failures, 2 tests failed: test_embed test_tabnan https://bugs.python.org/issue43583 closed by iritkatriel #44031: test_embed and test_tabnanny fails if the current directory is https://bugs.python.org/issue44031 closed by iritkatriel #44359: test_ftplib.test_makeport() fails as "env changes" if a socket https://bugs.python.org/issue44359 closed by vstinner #44977: Deprecate delegation of int to __trunc__ https://bugs.python.org/issue44977 closed by serhiy.storchaka #45459: Limited API support for Py_buffer https://bugs.python.org/issue45459 closed by christian.heimes #45555: Object stays alive for weak reference if an exception happens https://bugs.python.org/issue45555 closed by iritkatriel #45703: importlib.invalidate_caches() does not invalidate _NamespacePa https://bugs.python.org/issue45703 closed by petr.viktorin #45925: Upgrade macOS and Windows installers to use SQLite 3.37.2 https://bugs.python.org/issue45925 closed by ned.deily #45990: Exception notes need more documentation https://bugs.python.org/issue45990 closed by iritkatriel #46101: argparse: using parents & subcommands, options can be ignored https://bugs.python.org/issue46101 closed by paul.j3 #46440: ArgumentParser.parse_args exits on missing required argument w https://bugs.python.org/issue46440 closed by paul.j3 #46451: Tracing causes module globals to be mutated when calling funct https://bugs.python.org/issue46451 closed by seberg #46458: Optimise try-except code generation for the happy path https://bugs.python.org/issue46458 closed by iritkatriel #46482: `typing.Annotation.__new__` is not covered https://bugs.python.org/issue46482 closed by sobolevn #46483: `pathlib.PurePath.__class_getitem__` does not return `GenericA https://bugs.python.org/issue46483 closed by serhiy.storchaka #46487: `_SSLProtocolTransport` doesn't have the `get_write_buffer_lim https://bugs.python.org/issue46487 closed by asvetlov #46489: webbrowser crashes Ubuntu kernel https://bugs.python.org/issue46489 closed by dizcza #46524: test_peg_generator takes 8 minutes on Windows https://bugs.python.org/issue46524 closed by gregory.p.smith #46540: dylibs not loading properly from NFS mounts https://bugs.python.org/issue46540 closed by ned.deily #46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui https://bugs.python.org/issue46542 closed by vstinner #46550: __slots__ updates despite being read-only https://bugs.python.org/issue46550 closed by ronaldoussoren #46560: ParamSpec: Typo in doc string https://bugs.python.org/issue46560 closed by kj #46563: Add tests regarding context of exception in a finally block https://bugs.python.org/issue46563 closed by iritkatriel #46568: non awaited coroutines on a IsolatedAsyncioTestCase results on https://bugs.python.org/issue46568 closed by asvetlov #46569: final note on StrEnum documentation incorrectly refers to int. https://bugs.python.org/issue46569 closed by ethan.furman #46572: Unicode identifiers not necessarily unique https://bugs.python.org/issue46572 closed by eryksun #46573: Python modules such as pyglet or pygame crash Python when tkin https://bugs.python.org/issue46573 closed by ronaldoussoren #46574: itertools.count should work with non-number types https://bugs.python.org/issue46574 closed by rhettinger #46576: test_peg_generator is extremely slow https://bugs.python.org/issue46576 closed by gregory.p.smith #46579: Compiling from source prints ��ModuleNotFoundError: No module https://bugs.python.org/issue46579 closed by christian.heimes #46582: Windows builds fail: fatal error RC1116: RC terminating after https://bugs.python.org/issue46582 closed by vstinner #46583: Modernize `selectors.py` by removing unused `sys.version_info` https://bugs.python.org/issue46583 closed by asvetlov #46584: Modernize `ctypes/test_python_api` by removing old version che https://bugs.python.org/issue46584 closed by zach.ware #46588: IDLE fix typo in test_calltip.py https://bugs.python.org/issue46588 closed by caioagiani #46590: I suggests to modify Include/object.h in 98 line https://bugs.python.org/issue46590 closed by 4d656f77 #46591: Make About IDLE links clickable https://bugs.python.org/issue46591 closed by terry.reedy #46595: [doc] Undocumented behavior of importlib.metadata.version https://bugs.python.org/issue46595 closed by cowlinator #46597: Remove Python 3.3 compatibility code from overlapped.c https://bugs.python.org/issue46597 closed by kumaraditya303 #46599: Objects/object.c:767:24: runtime error: member access within n https://bugs.python.org/issue46599 closed by christian.heimes #46602: Subtle trouble with heredoc append in configure. https://bugs.python.org/issue46602 closed by ned.deily #46610: assertCountEqual doesn't work as expected for dictionary eleme https://bugs.python.org/issue46610 closed by serhiy.storchaka #46612: Unclear behavior of += operator https://bugs.python.org/issue46612 closed by eric.smith #46616: test_importlib leaves stray registry entries on Windows https://bugs.python.org/issue46616 closed by steve.dower #46617: CSV Creation occasional off by one error https://bugs.python.org/issue46617 closed by matthewstidham #46618: Exponent operator(**) interpreter issue https://bugs.python.org/issue46618 closed by tim.peters #46624: random.randrange removed support for non-integer types after j https://bugs.python.org/issue46624 closed by rhettinger #46626: expose IP_BIND_ADDRESS_NO_PORT linux socket option https://bugs.python.org/issue46626 closed by benjamin.peterson #46627: Regex hangs indefinitely https://bugs.python.org/issue46627 closed by tim.peters #46628: Can't install YARL https://bugs.python.org/issue46628 closed by eric.smith #46629: Cannot sideload MSIX package on Windows https://bugs.python.org/issue46629 closed by steve.dower #46630: IDLE: Set query focus to entry box on Windows https://bugs.python.org/issue46630 closed by terry.reedy #46636: Bugs of 2to3 on built-in function or types(classes) https://bugs.python.org/issue46636 closed by gregory.p.smith
participants (1)
-
Python tracker