Insights: python/cpython
Overview
Could not load contribution data
Please try again later
211 Pull requests merged by 70 people
-
[3.11] gh-114494: Change logging docstring to bool for exec_info (GH-114558)
#116242 merged
Mar 2, 2024 -
gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop
#21731 merged
Mar 2, 2024 -
[3.12] gh-114494: Change logging docstring to bool for exec_info (GH=114558)
#114624 merged
Mar 2, 2024 -
[3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)
#116232 merged
Mar 2, 2024 -
[3.12] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)
#116231 merged
Mar 2, 2024 -
GH-115978: Disable `*readv()` and `*writev()` on WASI
#116228 merged
Mar 2, 2024 -
gh-116102: Silence a Compiler Warning in _xxinterpqueues
#116230 merged
Mar 2, 2024 -
gh-112087: Use QSBR technique for list_new/clear for free-thread build
#115875 merged
Mar 1, 2024 -
GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h`
#116227 merged
Mar 1, 2024 -
gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds
#115190 merged
Mar 1, 2024 -
gh-115941: Documentation: dictobjects.c: changing the doc block section of the file
#116196 merged
Mar 1, 2024 -
gh-115480: Type propagate _BINARY_OP_ADD_UNICODE
#115710 merged
Mar 1, 2024 -
gh-84995: Run sys.__interactivehook__() on asyncio REPL startup
#20517 merged
Mar 1, 2024 -
[3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283)
#116213 merged
Mar 1, 2024 -
gh-115773: Add missing preprocessor guard in _testexternalinspection
#116212 merged
Mar 1, 2024 -
gh-116171: Argument Clinic: disallow overriding return converter for __init__ methods
#116172 merged
Mar 1, 2024 -
gh-115806: Don't mangle output of configure 'ipv6 stack type' check
#116165 merged
Mar 1, 2024 -
gh-104711: Add security warning to the CGIHTTPRequestHandler document
#115915 merged
Mar 1, 2024 -
gh-116035: Document that both tzinfo and fold are ignored in comparisons if tzinfo is the same
#116187 merged
Mar 1, 2024 -
[3.11] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
#116209 merged
Mar 1, 2024 -
[3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
#116208 merged
Mar 1, 2024 -
gh-76785: Fix interpreters.Queue.get_nowait()
#116166 merged
Mar 1, 2024 -
gh-112281: Allow `Union` with unhashable `Annotated` metadata
#112283 merged
Mar 1, 2024 -
[3.11] gh-104219: Document that idunders can return NotImplemented (GH-104220)
#116211 merged
Mar 1, 2024 -
[3.12] gh-104219: Document that idunders can return NotImplemented (GH-104220)
#116210 merged
Mar 1, 2024 -
gh-104219: Document that idunders can return NotImplemented
#104220 merged
Mar 1, 2024 -
gh-88352: Fix logging.TimedRotatingFileHandler
#116191 merged
Mar 1, 2024 -
[3.11] gh-115554: Improved logic for handling multiple existing py.exe launcher installs (GH-115793)
#116201 merged
Mar 1, 2024 -
[3.12] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530)
#116198 merged
Mar 1, 2024 -
gh-115554: Improved logic for handling multiple existing py.exe launcher installs
#115793 merged
Mar 1, 2024 -
[3.11] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530)
#116197 merged
Mar 1, 2024 -
gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable()
#115530 merged
Mar 1, 2024 -
build(deps-dev): bump types-setuptools from 69.0.0.20240125 to 69.1.0.20240301 in /Tools
#116190 merged
Mar 1, 2024 -
gh-116159: argparse: performance improvement parsing large number of options
#116162 merged
Mar 1, 2024 -
build(deps): bump hypothesis from 6.97.4 to 6.98.15 in /Tools
#116189 merged
Mar 1, 2024 -
build(deps-dev): bump types-psutil from 5.9.5.20240106 to 5.9.5.20240205 in /Tools
#116188 merged
Mar 1, 2024 -
[3.11] gh-115811: Update documentation to add some Logger attributes. (GH-116109)
#116186 merged
Mar 1, 2024 -
[3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116109)
#116185 merged
Mar 1, 2024 -
gh-65824: Improve the "less" prompt in pydoc
#116050 merged
Mar 1, 2024 -
gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-114986)"
#116178 merged
Mar 1, 2024 -
gh-115999: Disable the specializing adaptive interpreter in free-threaded builds
#116013 merged
Mar 1, 2024 -
[3.11] gh-115881: Document feature_version limitations (#115980)
#116174 merged
Mar 1, 2024 -
[3.12] gh-115881: Document feature_version limitations (#115980)
#116173 merged
Mar 1, 2024 -
gh-116099: Fix refcounting bug in `_queueobj_shared()`
#116164 merged
Mar 1, 2024 -
[3.12] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027)
#116158 merged
Mar 1, 2024 -
gh-115491: Fix Clang compiler warning
#116153 merged
Mar 1, 2024 -
[3.11] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027)
#116157 merged
Mar 1, 2024 -
[3.11] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141)
#116155 merged
Feb 29, 2024 -
[3.12] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141)
#116154 merged
Feb 29, 2024 -
gh-103092: Add a mutex to make the random state of rotatingtree concurrent-safe
#115301 merged
Feb 29, 2024 -
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425)
#115623 merged
Feb 29, 2024 -
[3.11] Fix rendering of null character in ast.rst (GH-116080)
#116161 merged
Feb 29, 2024 -
[3.12] Fix rendering of null character in ast.rst (GH-116080)
#116160 merged
Feb 29, 2024 -
gh-115685: Type/values propagate for TO_BOOL in tier 2
#115686 merged
Feb 29, 2024 -
Fix rendering of null character in ast.rst
#116080 merged
Feb 29, 2024 -
gh-71052: Fix several Android build issues
#115955 merged
Feb 29, 2024 -
gh-87115: Set `__main__.__spec__` to `None` in pdb
#116141 merged
Feb 29, 2024 -
gh-112075: Avoid locking shared keys on every assignment
#116087 merged
Feb 29, 2024 -
gh-71052: Add test exclusions to support running the test suite on Android
#115918 merged
Feb 29, 2024 -
[3.12] gh-112844: Add SBOM for external dependencies (GH-115789)
#116128 merged
Feb 29, 2024 -
gh-108051: Update versions found by find_python.bat and clarify readme
#116118 merged
Feb 29, 2024 -
[3.12] gh-73580: Docs for tunnelling TLS through TLS (GH-22539)
#116149 merged
Feb 29, 2024 -
[3.11] gh-73580: Docs for tunnelling TLS through TLS (GH-22539)
#116150 merged
Feb 29, 2024 -
gh-73580: Docs for tunnelling TLS through TLS
#22539 merged
Feb 29, 2024 -
[3.12] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135)
#116147 merged
Feb 29, 2024 -
[3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135)
#116148 merged
Feb 29, 2024 -
Docs: mark up NotImplemented using the data role throughout the docs
#116135 merged
Feb 29, 2024 -
[3.11] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312)
#116137 merged
Feb 29, 2024 -
[3.12] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312)
#116136 merged
Feb 29, 2024 -
gh-116088: Insert bottom checks after all sym_set_...() calls
#116089 merged
Feb 29, 2024 -
gh-115811: Update documentation to add some Logger attributes.
#116109 merged
Feb 29, 2024 -
gh-72463: Fix `Lib/ctypes/test_loading.py` so that `test_find` reports skipped
#18312 merged
Feb 29, 2024 -
[3.12] Make the iter_except() recipe more compact. (gh-116132)
#116133 merged
Feb 29, 2024 -
Make the iter_except() recipe more compact.
#116132 merged
Feb 29, 2024 -
GH-115802: JIT "small" code for Windows
#115964 merged
Feb 29, 2024 -
gh-112844: Add SBOM for external dependencies
#115789 merged
Feb 29, 2024 -
gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls
#116101 merged
Feb 29, 2024 -
[3.11] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (GH-116105)
#116121 merged
Feb 29, 2024 -
[3.12] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (GH-116105)
#116120 merged
Feb 29, 2024 -
[3.12] gh-116034: fix location info on the error of a failed assertion
#116054 merged
Feb 29, 2024 -
gh-115881: Document feature_version limitations
#115980 merged
Feb 29, 2024 -
gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error
#116105 merged
Feb 29, 2024 -
[3.11] gh-115937: Remove implementation details from inspect.signature() docs (GH-116086)
#116107 merged
Feb 29, 2024 -
[3.12] gh-115937: Remove implementation details from inspect.signature() docs (GH-116086)
#116106 merged
Feb 29, 2024 -
gh-115937: Remove implementation details from inspect.signature() docs
#116086 merged
Feb 29, 2024 -
[3.12] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573)
#115547 merged
Feb 29, 2024 -
gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix
#116077 merged
Feb 29, 2024 -
gh-115859: Fix test_type_inconsistency() when run multiple times
#116079 merged
Feb 28, 2024 -
[3.12] Update an out-of-date example in the itertools recipe intro (gh-116082)
#116084 merged
Feb 28, 2024 -
gh-115821: [Enum] better error message for calling super().__new__()
#116063 merged
Feb 28, 2024 -
[3.12] gh-115821: [Enum] better error message for calling super().__new__()
#116065 merged
Feb 28, 2024 -
gh-116075: Skip test_external_inspection on qemu in JIT CI
#116076 merged
Feb 28, 2024 -
[3.12] Improve all_equal() recipe (gh-116081)
#116083 merged
Feb 28, 2024 -
Update an out-of-date example in the itertools recipe intro
#116082 merged
Feb 28, 2024 -
gh-76785: Update test.support.interpreters to Align With PEP 734
#115566 merged
Feb 28, 2024 -
Improve all_equal() recipe
#116081 merged
Feb 28, 2024 -
gh-112075: Use relaxed stores for places where we may race with when reading lock-free
#115786 merged
Feb 28, 2024 -
gh-115859: Re-enable T2 optimizer pass by default
#116062 merged
Feb 28, 2024 -
[3.11] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
#116067 merged
Feb 28, 2024 -
gh-115891: Fix debug byte filling in free-threaded build
#116018 merged
Feb 28, 2024 -
[3.12] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
#116066 merged
Feb 28, 2024 -
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized
#114732 merged
Feb 28, 2024 -
gh-115197: Stop resolving host in urllib.request proxy bypass
#115210 merged
Feb 28, 2024 -
[3.11] GH-115986 Reorder pprint docs and amend some references (#116019)
#116064 merged
Feb 28, 2024 -
[3.12] GH-115986 Reorder pprint docs and amend some references (GH-116019)
#116061 merged
Feb 28, 2024 -
GH-115986 Fix `pprint` documentation
#116019 merged
Feb 28, 2024 -
[3.11] gh-116034: fix location info on the error of a failed assertion
#116052 merged
Feb 28, 2024 -
gh-115816: Improve internal symbols API in optimizer
#116028 merged
Feb 28, 2024 -
gh-112075: Remove compiler warning from apple clang
#115855 merged
Feb 28, 2024 -
gh-107674: Improve performance of `sys.settrace`
#114986 merged
Feb 28, 2024 -
[3.12] doc: Use super() in subclassed JSONEncoder examples (GH-115565)
#116047 merged
Feb 28, 2024 -
[3.11] doc: Use super() in subclassed JSONEncoder examples (GH-115565)
#116046 merged
Feb 28, 2024 -
gh-116012: Preserve GetLastError() across calls to TlsGetValue on Windows
#116014 merged
Feb 28, 2024 -
doc: Use super() in subclassed JSONEncoder examples
#115565 merged
Feb 28, 2024 -
gh-115765: Use AX_CHECK_DEFINE instead of AC_EGREP_*
#116016 merged
Feb 28, 2024 -
gh-78612: Mark up eval() using param list
#115212 merged
Feb 28, 2024 -
gh-114911: Add CPUStopwatch test helper
#114912 merged
Feb 28, 2024 -
gh-116030: Add ``ctx`` argument to ``ast.Name`` calls
#116031 merged
Feb 28, 2024 -
gh-115773: Add tests to exercise the _Py_DebugOffsets structure
#115774 merged
Feb 28, 2024 -
gh-105858: Expose some union-related objects as internal APIs
#116025 merged
Feb 28, 2024 -
[3.11] gh-115961: Improve tests for compressed file-like objects (GH-115963)
#116039 merged
Feb 28, 2024 -
[3.12] gh-115961: Improve tests for compressed file-like objects (GH-115963)
#116032 merged
Feb 28, 2024 -
gh-115961: Improve tests for compressed file-like objects
#115963 merged
Feb 28, 2024 -
gh-116026: Try disabling rebuilds of dependents in Homebrew
#116027 merged
Feb 28, 2024 -
gh-105858: Improve AST node constructors
#105880 merged
Feb 28, 2024 -
gh-112997: Don't log arguments in asyncio unless debugging
#115667 merged
Feb 28, 2024 -
gh-114914: Avoid keeping dead StreamWriter alive
#115661 merged
Feb 28, 2024 -
[3.11] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540)
#115965 merged
Feb 27, 2024 -
[3.12] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540)
#115966 merged
Feb 27, 2024 -
[3.11] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
#115994 merged
Feb 27, 2024 -
[3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
#115995 merged
Feb 27, 2024 -
bpo-43952: Fix multiprocessing Listener authkey bug
#25845 merged
Feb 27, 2024 -
[3.11] gh-115315: Update time.rst to include microseconds field (%f) in chart (GH-115316)
#115991 merged
Feb 27, 2024 -
[3.12] gh-115315: Update time.rst to include microseconds field (%f) in chart (GH-115316)
#115990 merged
Feb 27, 2024 -
gh-115315: Update time.rst to include microseconds field (%f) in chart
#115316 merged
Feb 27, 2024 -
GH-115816: Assorted naming and formatting changes to improve maintainability.
#115987 merged
Feb 27, 2024 -
GH-115816: Make tier2 optimizer symbols testable, and add a few tests.
#115953 merged
Feb 27, 2024 -
gh-115720: Show number of leaks in huntrleaks progress reports
#115726 merged
Feb 27, 2024 -
[3.11] bpo-44865: Fix yet one missing translations in argparse (GH-27668)
#115975 merged
Feb 26, 2024 -
[3.12] bpo-44865: Fix yet one missing translations in argparse (GH-27668)
#115974 merged
Feb 26, 2024 -
bpo-44865: Missing translations in `argparse`
#27668 merged
Feb 26, 2024 -
[3.11] gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711)
#115968 merged
Feb 26, 2024 -
[3.12] gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711)
#115967 merged
Feb 26, 2024 -
[3.11] gh-114763: Protect lazy loading modules from attribute access races (GH-114781)
#115871 merged
Feb 26, 2024 -
[3.12] gh-114763: Protect lazy loading modules from attribute access races (GH-114781)
#115870 merged
Feb 26, 2024 -
bpo-45101: Add consistency in usage message IO between 2 versions of python-config
#28162 merged
Feb 26, 2024 -
gh-77956: Add the words 'default' and 'version' help text localizable
#12711 merged
Feb 26, 2024 -
gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manual /DPy_GIL_DISABLED
#115850 merged
Feb 26, 2024 -
gh-113942: Show functions implemented as builtin methods
#115306 merged
Feb 26, 2024 -
gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor
#115540 merged
Feb 26, 2024 -
gh-115168: Add pystats counter for invalidated executors
#115169 merged
Feb 26, 2024 -
gh-115882: Add missing #include <Unknwn.h> on Windows
#115350 merged
Feb 26, 2024 -
Rename tier 2 redundancy eliminator to optimizer
#115888 merged
Feb 26, 2024 -
GH-115802: JIT "small" code for macOS and Linux
#115826 merged
Feb 26, 2024 -
Add Jason as an owner of configparser to coordinate backport concerns.
#115885 merged
Feb 26, 2024 -
[3.11] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824)
#115950 merged
Feb 26, 2024 -
gh-113706: Update comment about long int representation
#113707 merged
Feb 26, 2024 -
[3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824)
#115949 merged
Feb 26, 2024 -
[3.12] gh-115931: Fix `SyntaxWarning`s in `test_unparse` (GH-115935)
#115948 merged
Feb 26, 2024 -
gh-115823: Calculate correctly error locations when dealing with implicit encodings
#115824 merged
Feb 26, 2024 -
gh-115931: Fix `SyntaxWarning`s in `test_unparse`
#115935 merged
Feb 26, 2024 -
[3.11] Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)
#115939 merged
Feb 26, 2024 -
[3.12] Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)
#115938 merged
Feb 26, 2024 -
Doc: Clarify the return type of Event.wait when timeout is used.
#104168 merged
Feb 26, 2024 -
gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ctypes documentation
#115092 merged
Feb 26, 2024 -
gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed
#115920 merged
Feb 26, 2024 -
[3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (GH-112357)
#115933 merged
Feb 26, 2024 -
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (GH-112357)
#115932 merged
Feb 26, 2024 -
gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst`
#112357 merged
Feb 26, 2024 -
[3.11] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927)
#115929 merged
Feb 26, 2024 -
[3.12] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927)
#115928 merged
Feb 26, 2024 -
gh-115921: Change 'equation' to 'expression' in random.rst
#115927 merged
Feb 26, 2024 -
[3.11] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691)
#115925 merged
Feb 26, 2024 -
[3.12] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691)
#115924 merged
Feb 26, 2024 -
gh-114099: Add configure and Makefile targets to support iOS compilation.
#115390 merged
Feb 26, 2024 -
GH-101112: Add "pattern language" section to pathlib docs
#114030 merged
Feb 26, 2024 -
gh-71052: fix test_concurrent_futures wasi regression.
#115923 merged
Feb 26, 2024 -
gh-115532: Add kernel density estimation to the statistics module
#115863 merged
Feb 25, 2024 -
gh-115799: Fix a typo, add an ending double-quote
#115884 merged
Feb 25, 2024 -
gh-72249: Include the module name in the repr of partial object
#101910 merged
Feb 25, 2024 -
gh-115914: double use init filename_obj value in pythonrun.c function PyRun_AnyFileExFlags
#115916 merged
Feb 25, 2024 -
gh-101100: Fix broken xrefs in fcntl module doc
#115691 merged
Feb 25, 2024 -
gh-71052: Enable test_concurrent_futures on platforms that support threading but not multiprocessing
#115917 merged
Feb 25, 2024 -
bpo-31116: Add Z85 variant to base64
#30598 merged
Feb 25, 2024 -
gh-96471: Correct docs for queue shutdown raises
#115838 merged
Feb 25, 2024 -
[3.12] gh-113479: Link to workaround for subtle issue with takewhile() (gh-115890)
#115910 merged
Feb 25, 2024 -
gh-113479: Link to workaround for subtle issue with takewhile()
#115890 merged
Feb 25, 2024 -
[3.11] gh-103417: Fix the scheduler example (GH-111497)
#115909 merged
Feb 25, 2024 -
[3.12] gh-103417: Fix the scheduler example (GH-111497)
#115908 merged
Feb 25, 2024 -
gh-103417: Fix: infinite run (timefunc in scheduler example)
#111497 merged
Feb 25, 2024 -
[3.11] gh-115886: Handle embedded null characters in shared memory name (GH-115887)
#115907 merged
Feb 25, 2024 -
[3.12] gh-115886: Handle embedded null characters in shared memory name (GH-115887)
#115906 merged
Feb 25, 2024 -
[3.11] bpo-14322: added test case for invalid update to hmac (GH-26636)
#115905 merged
Feb 25, 2024 -
[3.12] bpo-14322: added test case for invalid update to hmac (GH-26636)
#115904 merged
Feb 25, 2024 -
bpo-14322: added test case for invalid update to hmac
#26636 merged
Feb 25, 2024 -
[3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (GH-112351)
#115903 merged
Feb 25, 2024 -
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (GH-112351)
#115902 merged
Feb 25, 2024 -
gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst`
#112351 merged
Feb 25, 2024 -
gh-115886: Handle embedded null characters in shared memory name
#115887 merged
Feb 25, 2024 -
[3.11] Add an example of of custom `__repr__` (GH-112761)
#115901 merged
Feb 25, 2024 -
[3.12] Add an example of of custom `__repr__` (GH-112761)
#115900 merged
Feb 25, 2024 -
Add an example of of custom `__repr__`
#112761 merged
Feb 25, 2024 -
[3.11] Erase some unnecessary quotes on data model doc (GH-113521)
#115897 merged
Feb 25, 2024 -
[3.12] Erase some unnecessary quotes on data model doc (GH-113521)
#115896 merged
Feb 25, 2024 -
Erase some unnecessary quotes on data model doc
#113521 merged
Feb 25, 2024 -
gh-115323: Add meaningful error message for using bytearray.extend with str
#115332 merged
Feb 24, 2024
68 Pull requests opened by 43 people
-
gh-115258: Fix thread queue shutdown test
#115898 opened
Feb 25, 2024 -
gh-111307: Update design FAQ 'switch' entry
#115899 opened
Feb 25, 2024 -
gh-115775: Use static analysis to estimate how many items a class dict can contain
#115913 opened
Feb 25, 2024 -
GH-113838: Add "Comparison to os.path" section to pathlib docs
#115926 opened
Feb 26, 2024 -
gh-114099 - Add iOS testbed, plus Makefile target to invoke it.
#115930 opened
Feb 26, 2024 -
gh-113308: Deprecate some internal parts of `uuid` module
#115934 opened
Feb 26, 2024 -
gh-115258: Fix failed tests on threading queue shutdown
#115940 opened
Feb 26, 2024 -
fixing a spelling issue in pycore_asdl.h: the to that
#115943 opened
Feb 26, 2024 -
gh-115942: Add `locked` to several multiprocessing locks
#115944 opened
Feb 26, 2024 -
gh-93502: Add new C-API functions to trace object creation and destruction
#115945 opened
Feb 26, 2024 -
gh-115946: Add a new interface for stack retrieval for external profilers and debuggers
#115947 opened
Feb 26, 2024 -
chg: :zap: optimize Future's read only method by removing useless con…
#115951 opened
Feb 26, 2024 -
gh-114881: Add --activate and --deactivate options to py.exe launcher
#115969 opened
Feb 26, 2024 -
gh-110850: Add PyTime_TimeUnchecked() function
#115973 opened
Feb 26, 2024 -
gh-115988: Add missing ARM64 and RISCV filter in lzma module
#115989 opened
Feb 27, 2024 -
gh-115992: Generate build dependencies using gcc facility
#115993 opened
Feb 27, 2024 -
gh-115892: Fix ntpath.splitext() with UNC paths
#115996 opened
Feb 27, 2024 -
gh-115997: Make `HTTPResponse.read1` and `readline` raise `IncompleteRead`
#115998 opened
Feb 27, 2024 -
gh-115957: Close coroutine if the TaskGroup is inactive
#116009 opened
Feb 27, 2024 -
gh-115961: Add name and mode attributes for compressed file-like objects
#116036 opened
Feb 28, 2024 -
gh-116023: Add `show_empty=True` to `ast.dump`
#116037 opened
Feb 28, 2024 -
[3.12] gh-78612: Mark up eval() using param list (GH-115212)
#116044 opened
Feb 28, 2024 -
[3.11] gh-78612: Mark up eval() using param list (GH-115212)
#116045 opened
Feb 28, 2024 -
gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer
#116049 opened
Feb 28, 2024 -
gh-111140: Fix edge case in PyLong_AsNativeBytes where large negative longs may require an extra byte
#116053 opened
Feb 28, 2024 -
Fix the PyGetSetDef documentation
#116056 opened
Feb 28, 2024 -
gh-116057: Use relative recursion limits when testing `os.walk` and `Path.walk`
#116058 opened
Feb 28, 2024 -
[3.9] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
#116068 opened
Feb 28, 2024 -
[3.8] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
#116069 opened
Feb 28, 2024 -
[3.10] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
#116070 opened
Feb 28, 2024 -
gh-93431: Add cwd to file not found errors
#116071 opened
Feb 28, 2024 -
gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardinal(1, 0)
#116072 opened
Feb 28, 2024 -
gh-89547: Support for nesting special forms like Final
#116096 opened
Feb 29, 2024 -
gh-115986: Fix inaccuracies in pprint docs
#116104 opened
Feb 29, 2024 -
gh-114199: Run some tests in new process to dismiss deprecated warning
#116108 opened
Feb 29, 2024 -
GH-115776: Embed the values array into the object, for "normal" Python objects.
#116115 opened
Feb 29, 2024 -
gh-116116: Backport PR #42 to fix building with clang-cl on windows-i686
#116117 opened
Feb 29, 2024 -
Renamed match identifier names in re module docs
#116119 opened
Feb 29, 2024 -
gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset
#116125 opened
Feb 29, 2024 -
gh-116126: Grammar changes for PEP 696
#116129 opened
Feb 29, 2024 -
GH-116134: JIT `aarch64-pc-windows-msvc`
#116130 opened
Feb 29, 2024 -
gh-115911: Ignore PermissionError during import from cwd
#116131 opened
Feb 29, 2024 -
gh-116122: Add SBOM generation to PCbuild/build.bat
#116138 opened
Feb 29, 2024 -
gh-116143: Fix race condition in pydoc _start_server
#116144 opened
Feb 29, 2024 -
gh-116145: Update macOS installer to Tcl/Tk 8.6.14
#116151 opened
Feb 29, 2024 -
GH-115060: Speed up `pathlib.Path.glob()` by skipping directory scanning
#116152 opened
Feb 29, 2024 -
CI: Pass environment variables directly to configure in JIT CI
#116156 opened
Feb 29, 2024 -
gh-114258: Argument Clinic: refactor getset implementation
#116170 opened
Mar 1, 2024 -
GH-115802: Don't JIT zero-length jumps
#116177 opened
Mar 1, 2024 -
gh-70647: Better promote how to safely parse yearless dates in datetime.
#116179 opened
Mar 1, 2024 -
gh-65824: Add "Help on ..." to the "less" prompt in pydoc
#116183 opened
Mar 1, 2024 -
gh-70647: Add detail to error message when parsing a bad day of month.
#116184 opened
Mar 1, 2024 -
[3.12] gh-115554: Improved logic for handling multiple existing py.exe launcher installs (GH-115793)
#116200 opened
Mar 1, 2024 -
gh-116202: Tier2 superinstructions
#116203 opened
Mar 1, 2024 -
gh-115874: Don't use module state in teedataobject tp_dealloc
#116204 opened
Mar 1, 2024 -
gh-116195: Implement win32_getppid_fast
#116205 opened
Mar 1, 2024 -
GH-108362: Incremental GC implementation
#116206 opened
Mar 1, 2024 -
gh-71052: Change Android's `sys.platform` from "linux" to "android"
#116215 opened
Mar 1, 2024 -
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler
#116220 opened
Mar 1, 2024 -
Small change: Delete obsolete comment from copyreg.py
#116225 opened
Mar 1, 2024 -
gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe
#116233 opened
Mar 2, 2024 -
gh-116110: remove extra processing for the __signature__ attribute
#116234 opened
Mar 2, 2024 -
[3.12] gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115915)
#116235 opened
Mar 2, 2024 -
[3.11] gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115915)
#116236 opened
Mar 2, 2024 -
gh-115103: Update refleak checker to trigger _PyMem_ProcessDelayed
#116238 opened
Mar 2, 2024 -
gh-116243: Add a high-performance C level implementation of `all_equal`
#116244 opened
Mar 2, 2024 -
gh-116010: Remove link to deprecated PEP 6 in FAQ guide
#116246 opened
Mar 2, 2024 -
[3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
#116248 opened
Mar 2, 2024
108 Issues closed by 38 people
-
re.search() returns an incorrect value for overlapping matches.
#116247 closed
Mar 2, 2024 -
enum.Flag with a flag set to None raises an exception
#115539 closed
Mar 2, 2024 -
webbrowser uses deprecated env variables to detect desktop type
#85644 closed
Mar 2, 2024 -
logging docstrings should use bool instead of int for exc_info
#114494 closed
Mar 2, 2024 -
test_asyncio failed: flaky `test_sendfile_close_peer_in_the_middle_of_receiving`
#110325 closed
Mar 2, 2024 -
New warning: ``‘fmt’ may be used uninitialized in this function [-Wmaybe-uninitialized]``
#116102 closed
Mar 2, 2024 -
Compiling `Modules/_testexternalinspection.c` failing due to `PTHREADS_KEYS_MAX` not being defined
#116226 closed
Mar 1, 2024 -
Python3.12 BUG: ModuleNotFoundError: No module named '_bz2'
#116224 closed
Mar 1, 2024 -
Documentation: PyDictKeysObjects layout diagram in the comments section of Objects/dictobjects.c file
#115941 closed
Mar 1, 2024 -
Run sys.__interactivehook__ for asyncio REPLs
#84995 closed
Mar 1, 2024 -
Argument Clinic: overriding the return converter of `__init__` functions generates incorrect code
#116171 closed
Mar 1, 2024 -
Configure UX
#115806 closed
Mar 1, 2024 -
TimedRotatingFileHandler overwrite log
#88352 closed
Mar 1, 2024 -
Inplace dunders can return NotImplemented, and that's not documented
#104219 closed
Mar 1, 2024 -
test_capi failure when GIL disabled
#115891 closed
Mar 1, 2024 -
Leap Year Calculation for Replace Function Causes day is out of range for month
#116175 closed
Mar 1, 2024 -
Does python have some tools to check the compatibility of python code ?
#116192 closed
Mar 1, 2024 -
Multidimensional List concatenation over individual indices not working
#116193 closed
Mar 1, 2024 -
argparse is slow when parsing large number of optional flags
#116159 closed
Mar 1, 2024 -
Undocumented attributes of logging.Logger
#115811 closed
Mar 1, 2024 -
``test_interpreters`` fails when running with ``-R 3:3`` argument
#116099 closed
Mar 1, 2024 -
Constant propagation for _TO_BOOL
#115759 closed
Feb 29, 2024 -
Convert `LOAD_ATTR_MODULE` to a constant where the module is already a constant
#115651 closed
Feb 29, 2024 -
(Auto-?) generate bottom checks in optimizer_cases.c.h
#116088 closed
Feb 29, 2024 -
Make the MRO cache thread-safe in free-threaded builds
#113743 closed
Feb 29, 2024 -
Atomic operations for only free-threaded builds
#115041 closed
Feb 29, 2024 -
pdb & multiprocessing.Pool: AttributeError: module '__main__' has no attribute '__spec__'
#87115 closed
Feb 29, 2024 -
Windows build favours NuGet over local install of branch version
#108051 closed
Feb 29, 2024 -
Cannot tunnel TLS connection through TLS connection
#73580 closed
Feb 29, 2024 -
Return the correct exit code if all tests have been skipped in `unittest`
#106584 closed
Feb 29, 2024 -
Code blocks in some older versions of Python docs do not respect dark mode properly
#116140 closed
Feb 29, 2024 -
PCbuild\build.bat does not complete its work
#116123 closed
Feb 29, 2024 -
``test_compile`` raises a ``DeprecationWarning``
#116100 closed
Feb 29, 2024 -
Python 3.13a4: ``_Py_atomic_load_ssize_relaxed``: identifier not found
#116078 closed
Feb 29, 2024 -
Microsoft Store 3.13a4 package fails to launch
#115545 closed
Feb 29, 2024 -
Wrong error location in traceback inside an assert
#116034 closed
Feb 29, 2024 -
Python 3.13a4 ships with wrong pyconfig.h?
#115582 closed
Feb 29, 2024 -
3.9 doc dark theme: code foreground fg color is background bg color
#116113 closed
Feb 29, 2024 -
Incorrect description of the __signature__ attribute in docs
#115937 closed
Feb 29, 2024 -
An error on the page https://docs.python.org/3/tutorial/introduction.html
#116097 closed
Feb 29, 2024 -
python3-config --libs missing -lpythonxxx flag for 3.11/3.12
#115835 closed
Feb 29, 2024 -
Issue with the precedence of the operator |
#116094 closed
Feb 29, 2024 -
Document in the main Enum page that super().__new__ should not be called
#115821 closed
Feb 28, 2024 -
test_external_inspection.py fails on QEMU builds
#116075 closed
Feb 28, 2024 -
Type propagation: just because something is const doesn't mean it automatically matches the type
#115859 closed
Feb 28, 2024 -
Add default behaviour to `pprint.pprint`
#116041 closed
Feb 28, 2024 -
Improve the constructors of AST nodes
#105858 closed
Feb 28, 2024 -
xattr functions aren't in os.supports_fd, os.supports_follow_symlinks
#73636 closed
Feb 28, 2024 -
Failed to build with --with-cxx-main=g++-9.2.0
#83878 closed
Feb 28, 2024 -
Bug in smtplib.py - Python 3.9 (and later?)
#116051 closed
Feb 28, 2024 -
GetLastError() not preserved across GIL operations on Windows
#116012 closed
Feb 28, 2024 -
Docs does not mention that eval() allows a code object as an argument
#78612 closed
Feb 28, 2024 -
Fix building CPython with -DWIN32_LEAN_AND_MEAN on Windows
#115882 closed
Feb 28, 2024 -
``test_unparse`` raises a DeprecationWarning
#116030 closed
Feb 28, 2024 -
Exercise the debug structs placed in PyRuntime
#115773 closed
Feb 28, 2024 -
TimedRotatingFileHandler not working in the desired way.
#104792 closed
Feb 28, 2024 -
macos-13 builds are failing
#116026 closed
Feb 28, 2024 -
Asyncio exception handling breaks convention by logging callback parameter values
#112997 closed
Feb 28, 2024 -
Abandoned StreamWriter isn't reliably detected
#114914 closed
Feb 28, 2024 -
A bug while using Sets
#116002 closed
Feb 27, 2024 -
Refactor operators
#115830 closed
Feb 27, 2024 -
Add a fillvalue option to itertools.batched()
#116001 closed
Feb 27, 2024 -
Exclude __pycache__ directories from backups using CACHEDIR.TAG
#85253 closed
Feb 27, 2024 -
Multiprocessing UNIX socket connection: client freeze if authkey is an empty byte string
#88118 closed
Feb 27, 2024 -
Add a method to check interpolation errors in configparser
#88248 closed
Feb 27, 2024 -
The time library documentation should include the field to catch microseconds in a date time string
#115315 closed
Feb 27, 2024 -
pprint does not keep the order of dict keys
#115985 closed
Feb 27, 2024 -
xml.etree.ElementTree.Element's .text method is quadratic in appending content
#115971 closed
Feb 27, 2024 -
Define a standard location and API for configuration files
#51424 closed
Feb 27, 2024 -
[argparse] Missing translations
#89028 closed
Feb 27, 2024 -
Build fails with WASI SDK 21
#113516 closed
Feb 26, 2024 -
Small inconsistency in usage message between the python and shell script versions of python-config
#89264 closed
Feb 26, 2024 -
argparse: the word 'default' (in help) is not marked as translatable
#77956 closed
Feb 26, 2024 -
pydoc does not show unbound methods of builtin classes as module members
#113942 closed
Feb 26, 2024 -
inspect.unwrap() does not work with types with the `__wrapped__` data descriptor
#112006 closed
Feb 26, 2024 -
adding name to lzmafile
#91374 closed
Feb 26, 2024 -
adding name to BZ2File
#91373 closed
Feb 26, 2024 -
BZ2File objects do not have name attribute
#68446 closed
Feb 26, 2024 -
Typo in the introduction section of the tutorial
#115956 closed
Feb 26, 2024 -
C Comments about long integer representation are out of date
#113706 closed
Feb 26, 2024 -
``test_unparse`` raises a ``SyntaxWarning``
#115931 closed
Feb 26, 2024 -
...colorama import just_fix_windows_console NOT working on Ubuntu 20.04
#115954 closed
Feb 26, 2024 -
Invalid error range when the tokeniser finds invalid bytes
#115823 closed
Feb 26, 2024 -
A paragraph in ctypes documentation refers to an example that is no longer present in the documentation
#115091 closed
Feb 26, 2024 -
UDPLITE tests fail on android
#83032 closed
Feb 26, 2024 -
OSError 17 due to _multiprocessing/semaphore.c assuming a one-to-one Pid -> process mapping.
#68491 closed
Feb 26, 2024 -
Non-equation in random.uniform
#115921 closed
Feb 26, 2024 -
`Path.rglob` -> documentation does not specify what `pattern` is
#101112 closed
Feb 26, 2024 -
Add kernel density estimation to the statistics module
#115532 closed
Feb 25, 2024 -
An error in python Exception Handling doc.
#115799 closed
Feb 25, 2024 -
Streamline repr(partial object)
#72249 closed
Feb 25, 2024 -
base85 z85 variant encoding
#75299 closed
Feb 25, 2024 -
Slots does not work with typing.Final dataclass attribute
#115879 closed
Feb 25, 2024 -
double init filename_obj value in pythonrun.c function PyRun_AnyFileExFlags
#115914 closed
Feb 25, 2024 -
Add map_pairwise to builtin functions
#115912 closed
Feb 25, 2024 -
Enhance itertools.takewhile() to allow the failed transition element to captured
#113479 closed
Feb 25, 2024 -
"make regen-global-objects "is broken
#115893 closed
Feb 25, 2024 -
sched.scheduler docs improvement
#103417 closed
Feb 25, 2024 -
shm_open() and shm_unlink() truncate names with embedded null characters
#115886 closed
Feb 25, 2024 -
More test coverage for hmac
#58530 closed
Feb 25, 2024 -
Add c code coverage to codecov
#73733 closed
Feb 25, 2024 -
Refactor dis module to separate instructions creation from formatting
#112720 closed
Feb 25, 2024 -
Tools/build/generate_sbom.py fails if `expat` and `_decimal/libmpdec/**` are configured to come from the system
#115663 closed
Feb 25, 2024 -
PEP 615: Add zoneinfo module
#84683 closed
Feb 25, 2024 -
bytearray.extend: Misleading error message
#115323 closed
Feb 24, 2024
75 Issues opened by 52 people
-
multiprocessing.Process stuck on start method if subprocess used in process.
#116249 opened
Mar 2, 2024 -
os urandom does not document CCRandomGenerateBytes
#116245 opened
Mar 2, 2024 -
Add a high-performance C level implementation of `all_equal`
#116243 opened
Mar 2, 2024 -
`NamedTuple` can't inherit from another class
#116241 opened
Mar 2, 2024 -
`_xxinterpqueues.get` return strange value, when the queue is empty
#116239 opened
Mar 2, 2024 -
Command to build `_testexternalinspection.o` gets truncated when building under WASI
#116229 opened
Mar 1, 2024 -
Freeze in SSLSocket.read after returning from sleep
#116223 opened
Mar 1, 2024 -
Entity Expansion in ConfigParser
#116219 opened
Mar 1, 2024 -
Availbility of resource constants not properly documented
#116218 opened
Mar 1, 2024 -
Tier 2 superuops
#116202 opened
Mar 1, 2024 -
Improve the efficiency and robustness of win32_getppid
#116195 opened
Mar 1, 2024 -
Remove `Py_BUILD_CORE_MODULE` and `Py_BUILD_CORE_MODULE` in `rotatingtree.c`
#116181 opened
Mar 1, 2024 -
Possible segfault if globals dict is NULL in run_eval_code_obj
#116180 opened
Mar 1, 2024 -
Tier2 peephole optimization: remove extraneous _CHECK_STACK_SPACE ops
#116168 opened
Feb 29, 2024 -
Add a mechanism to disable the GIL
#116167 opened
Feb 29, 2024 -
Expose a C-API function to allow custom importers to create a module using an init function
#116146 opened
Feb 29, 2024 -
Update installers to Tcl/Tk 8.6.14
#116145 opened
Feb 29, 2024 -
Race condition in pydoc._start_server
#116143 opened
Feb 29, 2024 -
Python/C API abort when app build on 3.11 uses 3.10 environment
#116139 opened
Feb 29, 2024 -
JIT support for `aarch64-pc-windows-msvc`
#116134 opened
Feb 29, 2024 -
Implement PEP 705 (TypedDict: Read-only items)
#116127 opened
Feb 29, 2024 -
Implement PEP 696 (Type parameter defaults)
#116126 opened
Feb 29, 2024 -
Add SBOM regeneration to PCBuild/build.bat
#116122 opened
Feb 29, 2024 -
Fix building CPython in windows-i686 with clang-cl
#116116 opened
Feb 29, 2024 -
freeze uses deprecated global Py_OptimizeFlag
#116114 opened
Feb 29, 2024 -
``test_asyncio.test_streams`` raises a ``ResourceWarning``
#116112 opened
Feb 29, 2024 -
datetime arithmetic during DST transitions is incorrect
#116111 opened
Feb 29, 2024 -
Revert __signature__ to being a cache, remove string and callable support
#116110 opened
Feb 29, 2024 -
WindowsLoadTracker.__del__ fails if __init__ failed
#116103 opened
Feb 29, 2024 -
``test_frame`` fails when running with `-R 3:3` argument
#116098 opened
Feb 29, 2024 -
Calling issubclass in __init_subclass__ with ABCMeta uses wrong _abc_cache.
#116093 opened
Feb 29, 2024 -
Exception in callback BaseSelectorEventLoop._read_from_self() ConnectionResetError: [WinError 10054]
#116091 opened
Feb 29, 2024 -
`STOP_ITERATION` monitoring event is not triggered by unspecialized bytecode
#116090 opened
Feb 29, 2024 -
Add a big, clear warning to the venv docs to avoid assuming a virtual environment will be activated
#116060 opened
Feb 28, 2024 -
Mention that `multiprocessing.connection.Connection.send` (and friends) can block
#116059 opened
Feb 28, 2024 -
`test_walk_above_recursion_limit` uses absolute limits
#116057 opened
Feb 28, 2024 -
bug in unittest.mock around spec and async callable classes
#116055 opened
Feb 28, 2024 -
asyncio.TaskGroup may silently discard request to run a task
#116048 opened
Feb 28, 2024 -
freeze cannot find Modules/_hacl/libHacl_Hash_SHA2.a
#116043 opened
Feb 28, 2024 -
Span for invalid escape sequence in multiline strings is wrong
#116042 opened
Feb 28, 2024 -
Enum creation from values fails for certain values.
#116040 opened
Feb 28, 2024 -
surprising behaviour of `ZoneInfo` and `datetime` and invalid points in time
#116038 opened
Feb 28, 2024 -
datetime and time equality and hashing problematic
#116035 opened
Feb 28, 2024 -
traceback format_exc get unexpected StopIteration exception
#116033 opened
Feb 28, 2024 -
New warnings: ` warning: unused function 'ensure_shared_on_read' [-Wunused-function]`
#116029 opened
Feb 28, 2024 -
Make pyperformance runnable from `--disable-gil builds`
#116024 opened
Feb 28, 2024 -
Omit optional fields from `ast.dump()`
#116023 opened
Feb 28, 2024 -
Improve `repr()` of AST nodes
#116022 opened
Feb 28, 2024 -
Deprecate creation of abstract AST nodes
#116021 opened
Feb 28, 2024 -
Consider Adding to howto/logging.html#useful-handlers Windows OutputDebugString Handler
#116020 opened
Feb 28, 2024 -
Compiling tiny traces wastes lots of memory
#116017 opened
Feb 28, 2024 -
Consider building with `-fPIC` by default on Linux, due to conflict with `RTLD_DEEPBIND`
#116015 opened
Feb 27, 2024 -
FAQ: Replace PEP 6 link with devguide
#116010 opened
Feb 27, 2024 -
Segfault in faulthandler signal handler
#116008 opened
Feb 27, 2024 -
``Tools/cases_generator/optimizer_generator`` CLI does not work without explicit arguments
#116000 opened
Feb 27, 2024 -
Make the specializing interpreter thread-safe in `--disable-gil` builds
#115999 opened
Feb 27, 2024 -
`read1` and `readline` of `http.client.HTTPResponse` do not raise `IncompleteRead`
#115997 opened
Feb 27, 2024 -
Build dependencies should be automatically generated
#115992 opened
Feb 27, 2024 -
ARM64 and RISCV filter is missing in lzma module
#115988 opened
Feb 27, 2024 -
Improve documentation for `pprint` module
#115986 opened
Feb 27, 2024 -
Disable building test modules that require `dlopen()` under WASI SDK 21
#115983 opened
Feb 27, 2024 -
Check that the values in `Tools/wasm/config.site-wasm32-wasi` are still necessary
#115982 opened
Feb 27, 2024 -
Can we make the `_thread` module truly private? (remove docs, deprecate things we don't expose via `threading`)
#115981 opened
Feb 26, 2024 -
Fix `test_importlib` under WASI SDK 21
#115979 opened
Feb 26, 2024 -
Turn off `preadv()`, `readv()`, `pwritev()`, and `writev()` under WASI
#115978 opened
Feb 26, 2024 -
Remove Emscripten from the docs
#115977 opened
Feb 26, 2024 -
Add WASI to CI
#115976 opened
Feb 26, 2024 -
Add name and mode attributes to compressed file-like objects
#115961 opened
Feb 26, 2024 -
asyncio.TaskGroup does not close unawaited coroutines
#115957 opened
Feb 26, 2024 -
pickle.load() out-of-memory with small file
#115952 opened
Feb 26, 2024 -
Add a new interface for external profilers and debuggers to get the call stack efficiently
#115946 opened
Feb 26, 2024 -
`AcquirerProxy` object has no attribute `locked`
#115942 opened
Feb 26, 2024 -
Add object.__copy__ and object.__deepcopy__ to simplify cooperative multiple inheritance
#115922 opened
Feb 25, 2024 -
Cannot seem to embed Python 3.11 into a 64-bit Windows C++ program
#115919 opened
Feb 25, 2024 -
importlib: PermissionError during startup if working directory isn't readable
#115911 opened
Feb 25, 2024
215 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
C API: Consider adding public PyLong_AsByteArray() and PyLong_FromByteArray() functions
#111140 commented on
Mar 1, 2024 • 22 new comments -
gh-77714: Provide an async iterator version of as_completed
#22491 commented on
Mar 1, 2024 • 19 new comments -
The symbolic value lattice used in the tier 2 optimizer needs documentation and tests.
#115816 commented on
Feb 28, 2024 • 17 new comments -
Cross compiles try to load libraries for target python when the version + SOABI combo match the host and can crash
#115382 commented on
Mar 1, 2024 • 13 new comments -
gh-112075: Make PyDictOrValues thread safe
#114742 commented on
Mar 1, 2024 • 12 new comments -
Segfaults when accessing module state in `tp_dealloc`
#115874 commented on
Mar 1, 2024 • 11 new comments -
Upgrade to GNU Autoconf 2.72
#115765 commented on
Mar 1, 2024 • 10 new comments -
configure script cannot detect float word ordering on linux
#89640 commented on
Mar 2, 2024 • 7 new comments -
Clarify meaning of Final in dataclasses
#89547 commented on
Feb 29, 2024 • 6 new comments -
`uuid` has a bunch of deprecated functions: let's decide what to do with them
#113308 commented on
Mar 2, 2024 • 6 new comments -
gh-102402: Fix floating point math issue by using `time.time_ns()` in `logging.LogRecord`
#102412 commented on
Mar 2, 2024 • 6 new comments -
gh-106259: add minimal help target to Makefile
#106260 commented on
Feb 24, 2024 • 6 new comments -
ZoneInfo inconsistent case sensitivity on OS-freebsd vs OS-mac
#115022 commented on
Mar 1, 2024 • 6 new comments -
Support async `recvmsg` and `sendmsg`
#114857 commented on
Feb 27, 2024 • 5 new comments -
bpo-35278: Sanitize tempfile prefix to prevent directory treversal
#10627 commented on
Mar 2, 2024 • 5 new comments -
gh-115119: Switch Windows build to mpdecimal external
#115182 commented on
Feb 26, 2024 • 5 new comments -
gh-84649: Make TimedRotatingFileHandler use CTIME instead of MTIME
#24660 commented on
Mar 1, 2024 • 5 new comments -
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete()
#115812 commented on
Mar 1, 2024 • 5 new comments -
gh-71966: Sync-up docstrings in C version of the the decimal module
#101350 commented on
Feb 27, 2024 • 5 new comments -
Convert _ctypes static types (and the "meta class") to heap types
#114314 commented on
Feb 26, 2024 • 4 new comments -
gh-101178: refactor base64.b85encode to be memory friendly
#112248 commented on
Mar 1, 2024 • 4 new comments -
gh-113878: Add `doc` parameter to `dataclasses.field`
#114051 commented on
Feb 26, 2024 • 4 new comments -
Support annotations in signature strings.
#81677 commented on
Feb 27, 2024 • 3 new comments -
gh-60856: Be explicit about localhost for socket.getfqdn
#93451 commented on
Mar 2, 2024 • 3 new comments -
gh-115832: Fix instrumentation version mismatch during interpreter shutdown
#115856 commented on
Mar 1, 2024 • 3 new comments -
itertools: clearer all_equal recipe
#92628 commented on
Feb 25, 2024 • 3 new comments -
datetime.strptime without a year fails on Feb 29
#70647 commented on
Mar 1, 2024 • 3 new comments -
[subinterpreters] PEP 554 implementation: add interpreters module
#76785 commented on
Feb 29, 2024 • 3 new comments -
gh-115178: Add Counts of UOp Pairs to pystats
#115181 commented on
Mar 2, 2024 • 3 new comments -
TLS/SSL asyncio leaks memory
#109534 commented on
Mar 1, 2024 • 3 new comments -
gh-74929: Implement PEP 667
#115153 commented on
Mar 2, 2024 • 3 new comments -
Improvements in regular expression doc
#114357 commented on
Feb 25, 2024 • 3 new comments -
asyncio: Use strong references for free-flying tasks
#91887 commented on
Feb 26, 2024 • 3 new comments -
sys.settrace dramatic slowdown in 3.12
#107674 commented on
Feb 29, 2024 • 3 new comments -
[logging] parsing dictConfig for formatters: key name "format" does not correspond to constructor parameter name "fmt"
#103008 commented on
Mar 2, 2024 • 2 new comments -
Copy property return annotations to __annotations__
#84786 commented on
Feb 28, 2024 • 2 new comments -
Email parser creates a message object that can't be flattened
#76511 commented on
Feb 29, 2024 • 2 new comments -
Enable AF_UNIX support in Windows
#77589 commented on
Feb 28, 2024 • 2 new comments -
gh-83448: Fix dict's __missing__ documentation
#17911 commented on
Mar 1, 2024 • 2 new comments -
bpo-40305: Fix server_close implementation for class ThreadingHTTPServer and TCPServer
#19556 commented on
Feb 28, 2024 • 2 new comments -
gh-85028: Don't set wShowWindow if startupinfo has STARTF_USESHOWWINDOW
#20975 commented on
Feb 28, 2024 • 2 new comments -
Document that cprofile/profile only profile the main thread
#82788 commented on
Feb 28, 2024 • 2 new comments -
Segfault with pydebug mode with Python 3.12.0a5+
#113793 commented on
Feb 29, 2024 • 2 new comments -
gh-88574: Handle extra blank response line in imaplib
#26701 commented on
Feb 27, 2024 • 2 new comments -
bpo-40503: Check in <prefix>/share/zoneinfo for zoneinfo files on windows
#28495 commented on
Feb 26, 2024 • 2 new comments -
Make help() beginner helpful when no PAGER or LESS variable
#65824 commented on
Mar 1, 2024 • 2 new comments -
Expose tracemalloc hook into `_Py_NewReference` for other tracers
#93502 commented on
Feb 27, 2024 • 2 new comments -
Accelerate DJBX33A hash algorithm by "unoptimizing" it
#115704 commented on
Feb 27, 2024 • 2 new comments -
support reproducible Python builds
#73894 commented on
Feb 26, 2024 • 2 new comments -
gh-112472 Improve typing docs intro for TypeAlias
#114363 commented on
Mar 1, 2024 • 2 new comments -
gh-113538: Allow client connections to be closed
#114432 commented on
Feb 27, 2024 • 2 new comments -
Type propagation does not account for the setting local variables via `frame.f_locals` in a debugger or similar.
#115709 commented on
Feb 27, 2024 • 2 new comments -
Fix information about sequence indexes
#110903 commented on
Feb 25, 2024 • 2 new comments -
gh-75988: Fix issues with autospec ignoring wrapped object
#115223 commented on
Mar 2, 2024 • 2 new comments -
Update design FAQ 'switch' entry mention of `match-case`.
#111307 commented on
Feb 25, 2024 • 2 new comments -
gh-115421: Test that our Makefile has all needed test folders
#115813 commented on
Feb 25, 2024 • 2 new comments -
isoformat() / fromisoformat() for datetime.timedelta
#86260 commented on
Feb 25, 2024 • 2 new comments -
Reference count variations after getting __dict__, getattr, and gc.collect
#115822 commented on
Feb 27, 2024 • 2 new comments -
gh-91227: Ignore ERROR_PORT_UNREACHABLE
#32011 commented on
Feb 24, 2024 • 1 new comment -
gh-107361: strengthen default SSL context flags
#112389 commented on
Feb 27, 2024 • 1 new comment -
gh-99180: Remove traceback anchors in return and assign statements that cover all the displayed range
#112670 commented on
Feb 26, 2024 • 1 new comment -
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError
#113674 commented on
Feb 26, 2024 • 1 new comment -
gh-113804: Support formatting floats in hexadecimal notation
#113805 commented on
Mar 1, 2024 • 1 new comment -
future_factory argument for Thread/ProcessPoolExecutor
#80693 commented on
Mar 2, 2024 • 1 new comment -
gh-112346: Bugfix: Remove faster codepath from gzip.compress as it introduces behavioral inconsistencies
#114116 commented on
Feb 28, 2024 • 1 new comment -
gh-83856: Honor atexit for all multiprocessing start methods
#114279 commented on
Feb 28, 2024 • 1 new comment -
TimedRotatingFileHandler rotating on use not time
#84649 commented on
Mar 1, 2024 • 1 new comment -
gh-115756: make PyCode_GetFirstFree an unstable API
#115781 commented on
Feb 29, 2024 • 1 new comment -
gh-114953: Support for multithreaded XZ compression in lzma.py
#114954 commented on
Feb 27, 2024 • 1 new comment -
gh-109653: Reduce import overhead of uuid module on Linux
#115160 commented on
Feb 28, 2024 • 1 new comment -
gh-115704: Improve DJBX33A hash algorithm
#115705 commented on
Feb 27, 2024 • 1 new comment -
Reliance on C bit fields in C API is undefined behavior
#89188 commented on
Mar 1, 2024 • 1 new comment -
TimedRotatingFileHandler "midnight" misleading when interval > 1
#90535 commented on
Mar 1, 2024 • 1 new comment -
gh-70039: smtplib: store the server name in ._host in .connect()
#115259 commented on
Feb 28, 2024 • 1 new comment -
bpo-18717: Add test for request.urlretrieve
#29822 commented on
Feb 28, 2024 • 1 new comment -
bpo-43718: in HTTPConnection._tunnel, propagate debuglevel to HTTPResponse
#26932 commented on
Feb 28, 2024 • 1 new comment -
gh-88435: smtplib make AUTH work with non-ASCII user/pw
#26709 commented on
Feb 27, 2024 • 1 new comment -
gh-96471: Add asyncio queue shutdown
#104228 commented on
Feb 27, 2024 • 1 new comment -
GH-109653: Defer import of ``importlib.metadata._adapters``
#109829 commented on
Feb 29, 2024 • 1 new comment -
gh-53698: Fix SAX2DOM handling of PIs before the first XML element
#23012 commented on
Feb 27, 2024 • 1 new comment -
gh-72971: Clarify the special no-TypeError behavior for equality
#110729 commented on
Mar 1, 2024 • 1 new comment -
bpo-12806: Add argparse FlexiHelpFormatter
#22129 commented on
Mar 2, 2024 • 1 new comment -
bpo-41088: Extend the AST Validator to validate all identifiers
#21069 commented on
Feb 28, 2024 • 1 new comment -
bpo-34689: Prevent sysconfig._parse_makefile from expanding $${variables}
#20439 commented on
Feb 28, 2024 • 1 new comment -
bpo-40509: Enable REMAINDER argparse arguments to be used in mutually exclusive …
#19919 commented on
Feb 28, 2024 • 1 new comment -
bpo-39986: Make test_listdir from test_os more robust
#19035 commented on
Feb 28, 2024 • 1 new comment -
bpo-32330 Replace invalid characters in email.message.set_payload().
#18059 commented on
Feb 29, 2024 • 1 new comment -
gh-72353: WindowsConsoleIO misbehavior when Ctrl+C is ignored
#17976 commented on
Feb 29, 2024 • 1 new comment -
gh-103477: Write gzip trailer with zlib
#112199 commented on
Feb 28, 2024 • 1 new comment -
bpo-38743: configure: on darwin add CoreFoundation to flags before checking for gettext
#17090 commented on
Feb 29, 2024 • 1 new comment -
bpo-37755: Use configured output in pydoc instead of pager
#15105 commented on
Feb 29, 2024 • 1 new comment -
bpo-25433: Align bytearray strip methods to those found in byteobject.c
#14771 commented on
Mar 2, 2024 • 1 new comment -
SSLContext.do_handshake() does not raise SSLError when connection is reject by server
#110197 commented on
Mar 2, 2024 • 1 new comment -
Docs: "unittest discover" modifies sys.path
#68435 commented on
Mar 2, 2024 • 1 new comment -
gh-110893: Improve docs for `__future__` module
#112348 commented on
Feb 25, 2024 • 1 new comment -
Use `statx(2)` system call on Linux for extended `os.stat` information
#83714 commented on
Mar 2, 2024 • 1 new comment -
Speed up `pathlib.Path.glob()` by removing redundant regex matching
#115060 commented on
Feb 29, 2024 • 1 new comment -
Unclear intention of deprecating Py_UNICODE_TOLOWER / Py_UNICODE_TOUPPER
#76535 commented on
Feb 26, 2024 • 1 new comment -
datetime module has no support for nanoseconds
#59648 commented on
Feb 26, 2024 • 1 new comment -
`sock_accept` blocks asyncio tasks
#91780 commented on
Feb 26, 2024 • 1 new comment -
Constant propagation for _BINARY_OP
#115758 commented on
Feb 28, 2024 • 1 new comment -
PyInstanceMethod_Type isn't hashable
#73028 commented on
Feb 28, 2024 • 1 new comment -
test for request.urlretrieve
#62917 commented on
Feb 28, 2024 • 1 new comment -
Read and write gzip header and trailer with zlib
#103477 commented on
Feb 28, 2024 • 1 new comment -
functools.singledispatch: Shouldn't require a positional argument if there is only one keyword argument
#80925 commented on
Feb 28, 2024 • 1 new comment -
TLS 1.3, client polling returns event without data
#87788 commented on
Feb 28, 2024 • 1 new comment -
Hosting `jit_stencils.h`
#115869 commented on
Feb 26, 2024 • 1 new comment -
Improved usability of WASM web REPL for testing/development.
#97747 commented on
Feb 27, 2024 • 1 new comment -
Legacy-mode subinterpreters in Python 3.12: `import _tkinter` leads to shutdown crash
#115649 commented on
Feb 27, 2024 • 1 new comment -
[Feature Request]: Add zstd support in tarfile
#81276 commented on
Feb 27, 2024 • 1 new comment -
Show number of leaks in --huntrleaks
#115720 commented on
Feb 27, 2024 • 1 new comment -
pulldom.SAX2DOM Doesn't support processing instructions before the root element
#53698 commented on
Feb 27, 2024 • 1 new comment -
`os.path.splitext()` can split UNC drive on Windows
#115892 commented on
Feb 27, 2024 • 1 new comment -
_PyErr_Display should be available in the CPython-specific API
#87543 commented on
Feb 27, 2024 • 1 new comment -
Implement __format__ for Fraction
#67790 commented on
Feb 26, 2024 • 1 new comment -
WASI socket support
#96320 commented on
Feb 29, 2024 • 1 new comment -
singledispatchmethod should expose registry of all known overloads
#87109 commented on
Feb 24, 2024 • 1 new comment -
extend captured_output to simulate different stdout.encoding
#52230 commented on
Feb 29, 2024 • 1 new comment -
Tkinter modal window is not restored after "show desktop" (win+d) is pressed.
#114422 commented on
Feb 25, 2024 • 1 new comment -
pathlib: clarify difference between pathlib and os.path
#113838 commented on
Feb 26, 2024 • 1 new comment -
configure: on macOS (darwin) add CoreFoundation to flags before checking for gettext
#82924 commented on
Feb 29, 2024 • 1 new comment -
C-API for signalling monitoring events
#111997 commented on
Feb 26, 2024 • 1 new comment -
Use static analysis to assist inlining values and compact object layout.
#115775 commented on
Feb 25, 2024 • 0 new comments -
gh-90300: Improve the Python CLI help output
#115853 commented on
Feb 26, 2024 • 0 new comments -
gh-111735: Fix `turtle.rst` doctests when `tkinter` is not present
#111736 commented on
Feb 25, 2024 • 0 new comments -
gh-115754: Export Py_None, Py_False, Py_True as symbols
#115755 commented on
Feb 25, 2024 • 0 new comments -
Memory leak on executables embedded with 3.12 and later
#113055 commented on
Feb 27, 2024 • 0 new comments -
Docs: Add `os.splice` flags argument
#109847 commented on
Feb 28, 2024 • 0 new comments -
email.Message param parsing problem II
#39128 commented on
Feb 26, 2024 • 0 new comments -
python3.12 introduces numerous memory leaks (as reported by ASAN)
#113190 commented on
Feb 27, 2024 • 0 new comments -
gh-106505: don't lookup own hostname in getfqdn()
#106506 commented on
Feb 28, 2024 • 0 new comments -
Interned strings are immortal, despite what the documentation says
#113993 commented on
Feb 27, 2024 • 0 new comments -
gh-105499: Merge typing.Union and types.UnionType
#105511 commented on
Feb 28, 2024 • 0 new comments -
gh-96471: Add multiprocessing queue shutdown
#104230 commented on
Feb 27, 2024 • 0 new comments -
test_interpreters fails when running tests sequentially
#115490 commented on
Feb 27, 2024 • 0 new comments -
3.12 regression: "can't create new thread at interpreter shutdown" from non-daemon threads
#113964 commented on
Feb 27, 2024 • 0 new comments -
gh-81677: WIP: provide __signature__ attribute for builtins (Signature object built from the PEP 7-like "signature line")
#101872 commented on
Mar 1, 2024 • 0 new comments -
Don't mark the "main" thread as done in `_PyInterpreterState_SetNotRunningMain`
#115697 commented on
Feb 27, 2024 • 0 new comments -
gh-99813: Start using `SSL_sendfile` when available
#99907 commented on
Feb 27, 2024 • 0 new comments -
Can not communicate with subprocess during interpreter shutdown on windows
#115219 commented on
Feb 27, 2024 • 0 new comments -
Please expose Expat >=2.6.0 API function `XML_SetReparseDeferralEnabled`
#115398 commented on
Mar 2, 2024 • 0 new comments -
gh-115077: Make some Argument Clinic error messages more helpful
#115078 commented on
Mar 2, 2024 • 0 new comments -
imaplib: incorrect quoting in commands
#40038 commented on
Feb 26, 2024 • 0 new comments -
python.desktop
#42578 commented on
Feb 26, 2024 • 0 new comments -
IDLE save keyboard shortcut problem
#56596 commented on
Feb 26, 2024 • 0 new comments -
gh-114667: Support hexadecimal floating point literals
#114668 commented on
Mar 1, 2024 • 0 new comments -
``test_queue`` times out
#115258 commented on
Feb 26, 2024 • 0 new comments -
Crash if Thread Running a Subinterpreter Is Interrupted During Finalization
#113127 commented on
Feb 26, 2024 • 0 new comments -
Add `py --activate` command
#114881 commented on
Feb 26, 2024 • 0 new comments -
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types
#114266 commented on
Feb 26, 2024 • 0 new comments -
add_multiarch_paths breaks cross compilation to Emscripten
#90098 commented on
Feb 26, 2024 • 0 new comments -
Fix all Sphinx reference warnings in the documentation
#101100 commented on
Feb 26, 2024 • 0 new comments -
gh-115119: Detect _decimal dependencies using pkg-config
#115406 commented on
Feb 27, 2024 • 0 new comments -
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handle Reloading Properly
#115493 commented on
Mar 1, 2024 • 0 new comments -
[wasm32-emscripten] Make EMSDK version part SOABI
#96426 commented on
Feb 26, 2024 • 0 new comments -
[wasm32-emscripten] Emscripten node build is not portable to windows
#96509 commented on
Feb 26, 2024 • 0 new comments -
Please expose _PyTime_t, _PyTime_FromTimeval, and _PyTime_AsSecondsDouble as public APIs
#110850 commented on
Feb 26, 2024 • 0 new comments -
gh-113190: Reenable non-debug interned string cleanup
#113601 commented on
Feb 27, 2024 • 0 new comments -
gh-113440: Windows CI: Raise exception with stderr if `ver` call fails
#113392 commented on
Feb 28, 2024 • 0 new comments -
gh-113299: Move Argument Clinic CLI into libclinic
#115542 commented on
Feb 27, 2024 • 0 new comments -
gh-107784 Document interpid C-API and new Unstable API for fetching `__main__` of interpreter
#112548 commented on
Feb 27, 2024 • 0 new comments -
Add support for iOS as a target platform
#114099 commented on
Feb 26, 2024 • 0 new comments -
ipaddress.IPv6Network should not have a broadcast_address property
#111442 commented on
Mar 2, 2024 • 0 new comments -
float/cdecimal: significant slowdown in threaded pi benchmark compared to 3.9
#114922 commented on
Feb 28, 2024 • 0 new comments -
Include the current working dir in FileNotFoundError
#93431 commented on
Feb 28, 2024 • 0 new comments -
[security] directory traversal in tempfile prefix
#79459 commented on
Mar 2, 2024 • 0 new comments -
Make `dict` objects thread-safe in `--disable-gil` builds
#112075 commented on
Feb 29, 2024 • 0 new comments -
``test_os`` raises a ``DeprecationWarning``
#114199 commented on
Feb 29, 2024 • 0 new comments -
Add delayed reclamation mechanism for free-threaded build (QSBR)
#115103 commented on
Mar 2, 2024 • 0 new comments -
Make `list` objects thread-safe in `--disable-gil` builds
#112087 commented on
Mar 2, 2024 • 0 new comments -
Python 3.11.3 http.server CGI source code disclosure and directory listing
#104711 commented on
Mar 2, 2024 • 0 new comments -
Inline values array into the object
#115776 commented on
Feb 29, 2024 • 0 new comments -
Add Software Bill-of-Materials for Windows source dependencies
#112844 commented on
Feb 29, 2024 • 0 new comments -
test_compiler_recursion_limit fails on wasm32-wasi
#95335 commented on
Mar 1, 2024 • 0 new comments -
Add experimental support for importing extension modules compiled for WASI
#105738 commented on
Mar 1, 2024 • 0 new comments -
Data model `__slots__` section "multiple inheritance" misleading
#115868 commented on
Feb 29, 2024 • 0 new comments -
Meta-issue: support of the android platform
#71052 commented on
Mar 1, 2024 • 0 new comments -
Isolate Stdlib Extension Modules
#103092 commented on
Feb 29, 2024 • 0 new comments -
Unioned types should be hashable: not documented?
#112281 commented on
Mar 1, 2024 • 0 new comments -
PEP 703 -- Making the Global Interpreter Lock Optional in CPython
#108219 commented on
Feb 29, 2024 • 0 new comments -
Incremental cycle GC
#108362 commented on
Mar 1, 2024 • 0 new comments -
Tier 2 optimizations for 3.13
#115419 commented on
Mar 1, 2024 • 0 new comments -
Python Install Fails Due To Newer Launcher
#115554 commented on
Mar 1, 2024 • 0 new comments -
inspect.signature returns incorrect result on a @staticmethod and a @classmethod
#101293 commented on
Mar 1, 2024 • 0 new comments -
Type/value propagation for `TO_BOOL`
#115685 commented on
Feb 29, 2024 • 0 new comments -
Eliminate constant inputs and output constants for simple operations
#115506 commented on
Mar 1, 2024 • 0 new comments -
Improving JIT code quality
#115802 commented on
Mar 1, 2024 • 0 new comments -
Reduce critical section boilerplate in type slot implementations
#114258 commented on
Mar 1, 2024 • 0 new comments -
gh-87766: fix highlight location for f-string field errors
#92856 commented on
Feb 26, 2024 • 0 new comments -
[Windows] Embedded Python Memory Leaks #96853 ( Corrected 98%), Need testing
#98359 commented on
Feb 27, 2024 • 0 new comments -
gh-116241: Add support of multiple inheritance with typing.NamedTuple
#31781 commented on
Mar 2, 2024 • 0 new comments -
bpo-46398: posixshmem module shm_rename freebsd support.
#30621 commented on
Feb 25, 2024 • 0 new comments -
bpo-38735: Don't fail when importing from / with sys.pycache_prefix set
#30456 commented on
Feb 27, 2024 • 0 new comments -
Possible `heap-use-after-free` in ctypes in Python 3.12
#113576 commented on
Feb 27, 2024 • 0 new comments -
Possible UB in bytes_characters
#106693 commented on
Feb 27, 2024 • 0 new comments -
destroy_gil() is not called over multiple Py_Initialize() / Py_Finalize() calls
#104324 commented on
Feb 27, 2024 • 0 new comments -
Leaks on Python's standard library at runtime shutdown
#100911 commented on
Feb 27, 2024 • 0 new comments -
ABI breaks between debug and non-debug build in generated files.
#108918 commented on
Feb 27, 2024 • 0 new comments -
gh-73123: Test for `keepempty` argument to string split
#26196 commented on
Feb 26, 2024 • 0 new comments -
test_embed failure with certain installed site-packages
#96308 commented on
Feb 27, 2024 • 0 new comments -
Datetime NoneType after calling Py_Finalize and Py_Initialize
#71587 commented on
Feb 27, 2024 • 0 new comments -
bpo-13451: Optimize sched.scheduler.cancel()
#22759 commented on
Feb 27, 2024 • 0 new comments -
test_interpreters: test_create_many_threaded() failed on FreeBSD: log: RuntimeError: interpreter creation failed
#109700 commented on
Feb 27, 2024 • 0 new comments -
Substantial Performance Regression of Dict operations in Python 3.12.0rc1 versus Python 3.11.4
#109049 commented on
Feb 27, 2024 • 0 new comments -
`_PyStaticCode_InternStrings` is called ~800 times during startup.
#96459 commented on
Feb 27, 2024 • 0 new comments -
Crash Due to Exception in threading._shutdown()
#113148 commented on
Feb 27, 2024 • 0 new comments -
gh-84786: Copy cached_property return type annotations to __annotations__
#20052 commented on
Feb 28, 2024 • 0 new comments -
Add a Test to Verify All Stdlib Modules Can Be Imported in an Isolated Subinterpreter
#104289 commented on
Feb 27, 2024 • 0 new comments -
bpo-40243: Use numeric_changed for UCD.numeric
#19457 commented on
Feb 28, 2024 • 0 new comments -
Results from running CPython test suite in a sub interpreter
#112677 commented on
Feb 27, 2024 • 0 new comments -
bpo-36017: Improve test_grp.test_errors for (big) LDAP directories
#19033 commented on
Feb 28, 2024 • 0 new comments -
_decimal: pi benchmark 31-45% slower compared to 3.9
#114682 commented on
Feb 27, 2024 • 0 new comments -
"Check if generated files are up to date" CI job fails.
#114191 commented on
Feb 27, 2024 • 0 new comments -
[doc] clarify documentation of nonlocal
#56374 commented on
Feb 28, 2024 • 0 new comments -
ZoneInfo gives a surprising exception for `''`
#114713 commented on
Feb 28, 2024 • 0 new comments