Summary of Python tracker Issues
ACTIVITY SUMMARY (2022-01-21 - 2022-01-28) 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 7157 (-18) closed 51138 (+124) total 58295 (+106) Open issues with patches: 2888 Issues opened (71) ================== #33205: GROWTH_RATE prevents dict shrinking https://bugs.python.org/issue33205 reopened by rhettinger #38195: A bug in the multiprocessing module https://bugs.python.org/issue38195 reopened by eshkrig #44733: Feature request: maxtasksperchild for ProcessPoolExecutor https://bugs.python.org/issue44733 reopened by gregory.p.smith #44734: turtle: tests for Vec2D.__abs__ are too strict https://bugs.python.org/issue44734 reopened by petr.viktorin #45162: Remove old deprecated unittest features https://bugs.python.org/issue45162 reopened by gregory.p.smith #45200: Address Sanitizer: libasan dead lock in pthread_create() (test https://bugs.python.org/issue45200 reopened by vstinner #45680: Documentation on `GenericAlias` objects and `__class_getitem__ https://bugs.python.org/issue45680 reopened by kj #46240: Incorrect hint about forgetting a comma https://bugs.python.org/issue46240 reopened by vstinner #46285: protocol_version in http.server.test can be ignored https://bugs.python.org/issue46285 reopened by eric.araujo #46462: Email Header Folding Converts Non-CRLF Newlines to CRLFs https://bugs.python.org/issue46462 opened by jwalterclark #46464: concurrent.futures.ProcessPoolExecutor can deadlock when tcmal https://bugs.python.org/issue46464 opened by yilei #46465: Regression caused by CALL_FUNCTION specialization for C functi https://bugs.python.org/issue46465 opened by vstinner #46472: A option that choose between single quote and double quote in https://bugs.python.org/issue46472 opened by I-love-study #46475: typing.Never and typing.assert_never https://bugs.python.org/issue46475 opened by Jelle Zijlstra #46477: Enum: ensure bitwise operators on subclasses are correct https://bugs.python.org/issue46477 opened by ethan.furman #46479: Implement typing.reveal_locals https://bugs.python.org/issue46479 opened by Jelle Zijlstra #46480: Implement typing.assert_type https://bugs.python.org/issue46480 opened by Jelle Zijlstra #46482: `typing.Annotation.__new__` is not covered https://bugs.python.org/issue46482 opened by sobolevn #46483: `pathlib.PurePath.__class_getitem__` does not return `GenericA https://bugs.python.org/issue46483 opened by sobolevn #46484: Add test for Calendar().iterweekdays() https://bugs.python.org/issue46484 opened by wangjiahua #46487: `_SSLProtocolTransport` doesn't have the `get_write_buffer_lim https://bugs.python.org/issue46487 opened by mooncell07 #46489: webbrowser crashes Ubuntu kernel https://bugs.python.org/issue46489 opened by dizcza #46490: Add "follow_symlinks=False" support for "os.utime()" on Window https://bugs.python.org/issue46490 opened by Delgan #46493: Add an API to indicate if the process might have multiple thre https://bugs.python.org/issue46493 opened by gregory.p.smith #46494: Mention typing_extensions in the typing documentation https://bugs.python.org/issue46494 opened by Jelle Zijlstra #46495: IDLE subsection of What's New 3.11 https://bugs.python.org/issue46495 opened by terry.reedy #46496: idlelib/NEWS.txt for 3.11.0 and backports https://bugs.python.org/issue46496 opened by terry.reedy #46497: IDLE macOS shortcut ctrl+S doesn���t work for show completions https://bugs.python.org/issue46497 opened by dvd101x #46498: Add new triplets for loongarch64 https://bugs.python.org/issue46498 opened by loongson-zn #46500: make timeit module accept files https://bugs.python.org/issue46500 opened by CCLDArjun #46501: Windows 10, turtle left right not working https://bugs.python.org/issue46501 opened by wizprokidz #46506: [Windows] wrap CreateFile to support follow_symlinks https://bugs.python.org/issue46506 opened by eryksun #46507: enabling cProfile to profile code given as an argument "�� la" https://bugs.python.org/issue46507 opened by jul2 #46508: codec name acceptance became way too lenient in 3.9 https://bugs.python.org/issue46508 opened by gregory.p.smith #46509: Type-specialized Py_DECREF https://bugs.python.org/issue46509 opened by Dennis Sweeney #46511: dataclasses: Allow typing.Annotated to wrap dataclasses-specif https://bugs.python.org/issue46511 opened by GBeauregard #46512: Explicit or correct behavior of filecmp.cmpfiles w/ absolute p https://bugs.python.org/issue46512 opened by bers #46518: SSL socket timeout not set after client connects via accept https://bugs.python.org/issue46518 opened by tomazas #46520: `ast.unparse` produces syntactically illegal code for identifi https://bugs.python.org/issue46520 opened by Kodiologist #46521: compile_command not raising syntax error when command ends wit https://bugs.python.org/issue46521 opened by tusharsadhwani #46522: concurrent.futures.__getattr__ raises the wrong AttributeError https://bugs.python.org/issue46522 opened by graingert #46523: Test suite skips failing tests when setUp[Class] fails https://bugs.python.org/issue46523 opened by sobolevn #46524: test_peg_generator takes 8 minutes on Windows https://bugs.python.org/issue46524 opened by vstinner #46525: datetime.timestamp() lose precision when the time is too large https://bugs.python.org/issue46525 opened by yilei #46526: iglob exclude patterns https://bugs.python.org/issue46526 opened by hleth #46528: Simplify the VM's stack manipulations https://bugs.python.org/issue46528 opened by brandtbucher #46532: Improve effeciency of PRECALL/CALL instructions https://bugs.python.org/issue46532 opened by Mark.Shannon #46533: Specialize for staticmethods and classmethods https://bugs.python.org/issue46533 opened by Mark.Shannon #46534: Implementing PEP 673 (Self type) https://bugs.python.org/issue46534 opened by Gobot1234 #46535: Possible bug: pdb causes exception https://bugs.python.org/issue46535 opened by cklb #46540: dylibs not loading properly from NFS mounts https://bugs.python.org/issue46540 opened by embassy_vfx #46541: Replace _Py_IDENTIFIER() with statically initialized objects. https://bugs.python.org/issue46541 opened by eric.snow #46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui https://bugs.python.org/issue46542 opened by vstinner #46543: Add sys._getfunc https://bugs.python.org/issue46543 opened by Jelle Zijlstra #46544: `textwrap.TextWrapper` leaks two intermediate vars into class https://bugs.python.org/issue46544 opened by sobolevn #46547: `pydoc.Helper` leaks several `for` loop variables https://bugs.python.org/issue46547 opened by sobolevn #46548: macOS installers cannot be signed on Monterey https://bugs.python.org/issue46548 opened by nneonneo #46550: __slots__ updates despite being read-only https://bugs.python.org/issue46550 opened by IanLee1521 #46553: typing: get_type_hints on stringified lone ClassVar raises Typ https://bugs.python.org/issue46553 opened by GBeauregard #46554: Add append keyword argument to Path.write_text() and Path.writ https://bugs.python.org/issue46554 opened by keelung-yang #46555: Unicode-mangled names refer inconsistently to constants https://bugs.python.org/issue46555 opened by Kodiologist #46556: pathlib.Path.__enter__() should emit DeprecationWarning https://bugs.python.org/issue46556 opened by barneygale #46557: Logging captured warnings with a format string unnecessarily g https://bugs.python.org/issue46557 opened by mnito #46559: base64 documentation is out-dated; altchars has to have the ex https://bugs.python.org/issue46559 opened by ynn #46560: ParamSpec: Typo in doc string https://bugs.python.org/issue46560 opened by ESchalton #46561: Descriptor resolution should own arguments passed to descripto https://bugs.python.org/issue46561 opened by tekknolagi #46563: Add tests and documentation regarding context of exception in https://bugs.python.org/issue46563 opened by iritkatriel #46564: Near zero-cost super().meth() calls via adaptive superinstruct https://bugs.python.org/issue46564 opened by kj #46565: Multiple modules leak `for` loop variables into module's names https://bugs.python.org/issue46565 opened by sobolevn #46566: Support -3.11-arm64 in py.exe launcher https://bugs.python.org/issue46566 opened by steve.dower #46567: Add Tcl/Tk builds for ARM64 https://bugs.python.org/issue46567 opened by steve.dower Most recent 15 issues with no replies (15) ========================================== #46567: Add Tcl/Tk builds for ARM64 https://bugs.python.org/issue46567 #46566: Support -3.11-arm64 in py.exe launcher https://bugs.python.org/issue46566 #46564: Near zero-cost super().meth() calls via adaptive superinstruct https://bugs.python.org/issue46564 #46563: Add tests and documentation regarding context of exception in https://bugs.python.org/issue46563 #46559: base64 documentation is out-dated; altchars has to have the ex https://bugs.python.org/issue46559 #46556: pathlib.Path.__enter__() should emit DeprecationWarning https://bugs.python.org/issue46556 #46555: Unicode-mangled names refer inconsistently to constants https://bugs.python.org/issue46555 #46547: `pydoc.Helper` leaks several `for` loop variables https://bugs.python.org/issue46547 #46543: Add sys._getfunc https://bugs.python.org/issue46543 #46540: dylibs not loading properly from NFS mounts https://bugs.python.org/issue46540 #46535: Possible bug: pdb causes exception https://bugs.python.org/issue46535 #46534: Implementing PEP 673 (Self type) https://bugs.python.org/issue46534 #46525: datetime.timestamp() lose precision when the time is too large https://bugs.python.org/issue46525 #46518: SSL socket timeout not set after client connects via accept https://bugs.python.org/issue46518 #46512: Explicit or correct behavior of filecmp.cmpfiles w/ absolute p https://bugs.python.org/issue46512 Most recent 15 issues waiting for review (15) ============================================= #46565: Multiple modules leak `for` loop variables into module's names https://bugs.python.org/issue46565 #46564: Near zero-cost super().meth() calls via adaptive superinstruct https://bugs.python.org/issue46564 #46563: Add tests and documentation regarding context of exception in https://bugs.python.org/issue46563 #46561: Descriptor resolution should own arguments passed to descripto https://bugs.python.org/issue46561 #46560: ParamSpec: Typo in doc string https://bugs.python.org/issue46560 #46557: Logging captured warnings with a format string unnecessarily g https://bugs.python.org/issue46557 #46556: pathlib.Path.__enter__() should emit DeprecationWarning https://bugs.python.org/issue46556 #46554: Add append keyword argument to Path.write_text() and Path.writ https://bugs.python.org/issue46554 #46553: typing: get_type_hints on stringified lone ClassVar raises Typ https://bugs.python.org/issue46553 #46547: `pydoc.Helper` leaks several `for` loop variables https://bugs.python.org/issue46547 #46544: `textwrap.TextWrapper` leaks two intermediate vars into class https://bugs.python.org/issue46544 #46543: Add sys._getfunc https://bugs.python.org/issue46543 #46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui https://bugs.python.org/issue46542 #46541: Replace _Py_IDENTIFIER() with statically initialized objects. https://bugs.python.org/issue46541 #46534: Implementing PEP 673 (Self type) https://bugs.python.org/issue46534 Top 10 most discussed issues (10) ================================= #45382: platform() is not able to detect windows 11 https://bugs.python.org/issue45382 17 msgs #46465: Regression caused by CALL_FUNCTION specialization for C functi https://bugs.python.org/issue46465 13 msgs #41370: PEP 585 and ForwardRef https://bugs.python.org/issue41370 9 msgs #46528: Simplify the VM's stack manipulations https://bugs.python.org/issue46528 9 msgs #46553: typing: get_type_hints on stringified lone ClassVar raises Typ https://bugs.python.org/issue46553 9 msgs #46425: Multiple test modules fail to run if invoked directly https://bugs.python.org/issue46425 8 msgs #46524: test_peg_generator takes 8 minutes on Windows https://bugs.python.org/issue46524 8 msgs #34680: asyncio event_loop fails when accessed from multiple threads https://bugs.python.org/issue34680 7 msgs #38472: setup.py: GCC detection is broken when cross-compiling with a https://bugs.python.org/issue38472 7 msgs #45476: [C API] PEP 674: Disallow using macros (Py_TYPE and Py_SIZE) a https://bugs.python.org/issue45476 7 msgs Issues closed (125) =================== #5884: pydoc to return error status code https://bugs.python.org/issue5884 closed by iritkatriel #7057: tkinter doc: more 3.x updates https://bugs.python.org/issue7057 closed by zach.ware #10943: abitype: Need better support to port C extension modules to th https://bugs.python.org/issue10943 closed by zach.ware #21987: TarFile.getmember on directory requires trailing slash iff ove https://bugs.python.org/issue21987 closed by serhiy.storchaka #22045: Python make issue https://bugs.python.org/issue22045 closed by iritkatriel #22211: Remove VMS specific code in expat.h & xmlrole.h https://bugs.python.org/issue22211 closed by iritkatriel #23289: concurrent.futures.Executor.map is not equivalent to map. https://bugs.python.org/issue23289 closed by iritkatriel #23556: [doc] Scope for raise without argument is different in Python https://bugs.python.org/issue23556 closed by iritkatriel #23769: valgrind reports leaks for test_zipimport https://bugs.python.org/issue23769 closed by vstinner #24046: Incomplete build on AIX https://bugs.python.org/issue24046 closed by iritkatriel #29844: Windows Python installers not installing DLL to System32/SysWO https://bugs.python.org/issue29844 closed by zach.ware #30053: Problems building with --enable-profiling on macOS using homeb https://bugs.python.org/issue30053 closed by iritkatriel #30424: make pydoc-topics fails https://bugs.python.org/issue30424 closed by iritkatriel #31011: Users (except from the one who installed) not able to see pyt https://bugs.python.org/issue31011 closed by iritkatriel #31305: 'pydoc -w import' report "no Python documentation found for 'i https://bugs.python.org/issue31305 closed by iritkatriel #31698: Add REQ_NAME to the node.h API https://bugs.python.org/issue31698 closed by Jelle Zijlstra #31991: Race condition in wait with timeout for multiprocessing.Event https://bugs.python.org/issue31991 closed by iritkatriel #32202: [ctypes] all long double tests fail on android-24-x86_64 https://bugs.python.org/issue32202 closed by iritkatriel #32203: [ctypes] test_struct_by_value fails on android-24-arm64 https://bugs.python.org/issue32203 closed by iritkatriel #32343: Leak Sanitizer reports memory leaks while building using ASAN https://bugs.python.org/issue32343 closed by iritkatriel #33822: IDLE subsection of What's New 3.8 https://bugs.python.org/issue33822 closed by terry.reedy #33936: OPENSSL_VERSION_1_1 never defined in _hashopenssl.c https://bugs.python.org/issue33936 closed by christian.heimes #33983: unify types for lib2to3.pytree.Base.children https://bugs.python.org/issue33983 closed by Jelle Zijlstra #35774: ASAN, memory leak https://bugs.python.org/issue35774 closed by vstinner #36257: configure with --with-icc --with-cxx-main=icpc https://bugs.python.org/issue36257 closed by iritkatriel #37080: Cannot compile Python3.7.3 on Alt-F (ARM) https://bugs.python.org/issue37080 closed by iritkatriel #37886: PyStructSequence_UnnamedField not exported https://bugs.python.org/issue37886 closed by iritkatriel #38039: Segfault when pickling dictionary with large pandas dataframes https://bugs.python.org/issue38039 closed by iritkatriel #38665: Crash when running SQLAlchemy with pyodbc https://bugs.python.org/issue38665 closed by iritkatriel #39708: final link stage in compile fails for 3.8.1 with missing CFLAG https://bugs.python.org/issue39708 closed by iritkatriel #39731: ModuleNotFoundError: No module named '_ctypes' https://bugs.python.org/issue39731 closed by iritkatriel #39854: f-strings with format specifiers have wrong col_offset https://bugs.python.org/issue39854 closed by iritkatriel #40170: [C API] Prepare PyTypeObject structure for a stable ABI: avoid https://bugs.python.org/issue40170 closed by vstinner #40250: unable to comment out r'\u' string with triple quote marks https://bugs.python.org/issue40250 closed by iritkatriel #40356: OverflowError: mktime argument out of range https://bugs.python.org/issue40356 closed by iritkatriel #41209: Scripts Folder is Empty https://bugs.python.org/issue41209 closed by iritkatriel #41403: Uncaught AttributeError in unittest.mock._get_target https://bugs.python.org/issue41403 closed by iritkatriel #41603: Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5 https://bugs.python.org/issue41603 closed by iritkatriel #41682: [Windows] : Proactor test_sendfile_close_peer_in_the_middle_of https://bugs.python.org/issue41682 closed by vstinner #41906: logging.config.dictConfig does not work with callable filters https://bugs.python.org/issue41906 closed by vinay.sajip #42091: strftime returns empty string for -d, -I 3.8.3 https://bugs.python.org/issue42091 closed by iritkatriel #42585: Segmentation fault on Linux with multiprocess queue https://bugs.python.org/issue42585 closed by iritkatriel #42982: Update suggested number of iterations for pbkdf2_hmac() https://bugs.python.org/issue42982 closed by gregory.p.smith #43536: 3.9.2 --without-pymalloc --with-pydebug --with-valgrind: test https://bugs.python.org/issue43536 closed by vstinner #44642: Union of a type and the typing module function https://bugs.python.org/issue44642 closed by sobolevn #45578: Missing tests for the dis module https://bugs.python.org/issue45578 closed by taleinat #45868: xattr support missing in os module under cygwin https://bugs.python.org/issue45868 closed by iritkatriel #45945: compileall.py throws a traceback when using -j0 and thus 'make https://bugs.python.org/issue45945 closed by iritkatriel #46071: Graphlib documentation (edge direction) https://bugs.python.org/issue46071 closed by dam1784 #46091: IndendationError from multi-line indented statements https://bugs.python.org/issue46091 closed by pablogsal #46098: Missing test for multi-line errors in traceback https://bugs.python.org/issue46098 closed by iritkatriel #46124: Deprecation warning in zoneinfo module https://bugs.python.org/issue46124 closed by jaraco #46157: Typo in JSON documentation https://bugs.python.org/issue46157 closed by serhiy.storchaka #46204: Graphlib documentation (general cleanup) https://bugs.python.org/issue46204 closed by dam1784 #46214: Remove unused opcode ROT_FOUR https://bugs.python.org/issue46214 closed by iritkatriel #46249: [sqlite3] move set lastrowid out of the query loop and enable https://bugs.python.org/issue46249 closed by corona10 #46254: Better fitting type for iterating in the trace_init C function https://bugs.python.org/issue46254 closed by iritkatriel #46340: DeprecationWarning emitted when running asyncio tests https://bugs.python.org/issue46340 closed by kumaraditya303 #46378: Experiment with LLVM BOLT binary optimizer https://bugs.python.org/issue46378 closed by corona10 #46383: _zoneinfo module_free has invalid function signature https://bugs.python.org/issue46383 closed by christian.heimes #46396: `Concatenate` should not raise any semantic errors https://bugs.python.org/issue46396 closed by gvanrossum #46399: Addition of `mapping` attribute to dict views classes has inad https://bugs.python.org/issue46399 closed by AlexWaygood #46406: optimize int division https://bugs.python.org/issue46406 closed by mark.dickinson #46407: optimizing `1 << n` or `2 ** n` and modulo-only operations https://bugs.python.org/issue46407 closed by tim.peters #46416: Direct invocation of `Lib/test/test_typing.py` fails https://bugs.python.org/issue46416 closed by sobolevn #46417: Clear static types in Py_Finalize() for embedded Python https://bugs.python.org/issue46417 closed by vstinner #46419: Incomplete Comparison to C++ Methods https://bugs.python.org/issue46419 closed by gvanrossum #46420: Use NOTRACE_DISPATCH in specialized opcodes https://bugs.python.org/issue46420 closed by Dennis Sweeney #46422: Why do we need `dis.Positions`? https://bugs.python.org/issue46422 closed by sobolevn #46426: Improve tests for the dir_fd argument https://bugs.python.org/issue46426 closed by serhiy.storchaka #46429: Merge all deepfrozen files into one https://bugs.python.org/issue46429 closed by kumaraditya303 #46431: Trouble subclassing ExceptionGroup https://bugs.python.org/issue46431 closed by iritkatriel #46434: pdb help fails with AttributeError when using Windows embeddab https://bugs.python.org/issue46434 closed by steve.dower #46442: testExceptionCleanupNames doesn't test anything? https://bugs.python.org/issue46442 closed by eric.smith #46445: Multiple inheritance of TypedDict is not covered in `test_typi https://bugs.python.org/issue46445 closed by sobolevn #46449: Deep-freezed modules create inconsistency in sys.gettotalrefco https://bugs.python.org/issue46449 closed by vstinner #46452: Possible false detection of Windows LZMA library as a malware https://bugs.python.org/issue46452 closed by terry.reedy #46453: argparse subparser help text is not escaped before string form https://bugs.python.org/issue46453 closed by iritkatriel #46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE https://bugs.python.org/issue46460 closed by iritkatriel #46463: escape4chm.py script causing AttributeError in docs build https://bugs.python.org/issue46463 closed by steve.dower #46466: help function reads comments https://bugs.python.org/issue46466 closed by steven.daprano #46467: Rounding 5,50,500 behaves differently depending on preceding v https://bugs.python.org/issue46467 closed by steven.daprano #46468: http.server documentation missing default value for port https://bugs.python.org/issue46468 closed by asvetlov #46469: asyncio Generic classes should return GenericAlias in __class_ https://bugs.python.org/issue46469 closed by asvetlov #46470: `_remove_dups_flatten` in `typing.py` contains dead branch https://bugs.python.org/issue46470 closed by kj #46471: use global singletons for single byte bytes objects in deepfre https://bugs.python.org/issue46471 closed by erlendaasland #46473: importlib.metadata does not honor .egg-link files https://bugs.python.org/issue46473 closed by onlinespending #46474: Inefficient regular expression complexity in EntryPoint.patter https://bugs.python.org/issue46474 closed by jaraco #46476: Not all memory allocated by _Py_Quicken() is released at Pytho https://bugs.python.org/issue46476 closed by vstinner #46478: DirEntry.stat() of os.scandir() has no dir_fd parameter https://bugs.python.org/issue46478 closed by vstinner #46481: Implement vectorcall protocol for weakref_call() https://bugs.python.org/issue46481 closed by corona10 #46485: ~ PEG operator in the grammar https://bugs.python.org/issue46485 closed by pablogsal #46486: Rename DesciptorClassification => DescriptorClassification in https://bugs.python.org/issue46486 closed by rhettinger #46488: listsort.txt wrongly assumes you cannot calculate leading zero https://bugs.python.org/issue46488 closed by rhettinger #46491: typing: allow Annotated in outermost scope https://bugs.python.org/issue46491 closed by kj #46492: BrokenPipeError when piping to head (linux) https://bugs.python.org/issue46492 closed by royroy #46499: circular impoty https://bugs.python.org/issue46499 closed by iritkatriel #46502: Py_CompileString no longer allows to tell "incomplete input" f https://bugs.python.org/issue46502 closed by pablogsal #46503: assertion failure in Parser/string_parser.c https://bugs.python.org/issue46503 closed by eric.smith #46504: Faster code for trial quotient in x_divrem https://bugs.python.org/issue46504 closed by tim.peters #46505: Simplify exception handling code in py_compile https://bugs.python.org/issue46505 closed by iritkatriel #46510: Update Python2-style exception handling https://bugs.python.org/issue46510 closed by iritkatriel #46513: AC_C_CHAR_UNSIGNED from configure.ac confuses GCC 12+ by defin https://bugs.python.org/issue46513 closed by christian.heimes #46514: Pathlib Path.touch() seems to ignore groups write bit for mode https://bugs.python.org/issue46514 closed by ronaldoussoren #46515: SPAM https://bugs.python.org/issue46515 closed by mrabarnett #46516: Use existing unbound_local_error label in DELETE_FAST opcode https://bugs.python.org/issue46516 closed by kj #46517: Review exception handling in urllib https://bugs.python.org/issue46517 closed by iritkatriel #46519: test_typing failing on branch 3.10 https://bugs.python.org/issue46519 closed by kj #46527: enumerate no longer accepts iterable keyword argument https://bugs.python.org/issue46527 closed by corona10 #46529: Improve test coverage of `Union` and `Optional` repr() https://bugs.python.org/issue46529 closed by kj #46530: `'thread_time'` is missing from `test_get_clock_info` https://bugs.python.org/issue46530 closed by sobolevn #46531: Simplify exception handling in `doctest.py` https://bugs.python.org/issue46531 closed by sobolevn #46536: Better for loop https://bugs.python.org/issue46536 closed by eric.smith #46537: zipfile crash on windows, detected during pip install pyodbc- https://bugs.python.org/issue46537 closed by Martin-Forster #46538: [C API] Make the PyDescrObject structure opaque: PyDescr_NAME( https://bugs.python.org/issue46538 closed by vstinner #46539: typing: forward references don't understand special type forms https://bugs.python.org/issue46539 closed by AlexWaygood #46545: `textwrap.TextWrapper` leaks two intermediate vars into class https://bugs.python.org/issue46545 closed by sobolevn #46546: `importlib.metadata.DeprecatedList` leaks `method_name` variab https://bugs.python.org/issue46546 closed by sobolevn #46549: Error in list comprehension conditionals when used in class at https://bugs.python.org/issue46549 closed by Dennis Sweeney #46551: Provide number of workers option for fast PGO build time https://bugs.python.org/issue46551 closed by corona10 #46552: typing: get_type_hints can't handle stringified annotations wi https://bugs.python.org/issue46552 closed by gvanrossum #46558: Quadratic time internal base conversions https://bugs.python.org/issue46558 closed by tim.peters #46562: Add typeof or enum behavior in the typing module https://bugs.python.org/issue46562 closed by Jelle Zijlstra #1635741: Py_Finalize() doesn't clear all Python objects at exit https://bugs.python.org/issue1635741 closed by vstinner #1471934: Python libcrypt build problem on Solaris 8, 9, 10 and OpenSola https://bugs.python.org/issue1471934 closed by iritkatriel
participants (1)
-
Python tracker