GitHub / python/cpython issues and pull requests
Labelled with: awaiting changes
#139401 - gh-139424: microoptimize _collections_abc._check_methods
Pull Request -
State: closed - Opened by BobTheBuidler 8 months ago
- 9 comments
Labels: awaiting changes
#139274 - gh-58038: `Unicode*Error`: update args tuple on call
Pull Request -
State: closed - Opened by StanFromIreland 8 months ago
- 1 comment
Labels: awaiting changes
#138726 - gh-137396: tarfile: Guard against negative offset/length in GNU sparse headers
Pull Request -
State: closed - Opened by VbhvGupta 8 months ago
- 4 comments
Labels: awaiting changes
#138362 - gh-138361: Add N format unit for non-negative Py_ssize_t
Pull Request -
State: closed - Opened by wiomoc 8 months ago
- 1 comment
Labels: awaiting changes
#138172 - gh-76646: Fix proxy_bypass_registry trailing semicolon on Windows
Pull Request -
State: closed - Opened by PrinceNaroliya 9 months ago
- 6 comments
Labels: awaiting changes
#135800 - gh-135797 Add default empty dict for ast._field_types attribute.
Pull Request -
State: closed - Opened by hunterhogan 11 months ago
- 3 comments
Labels: awaiting changes
#135800 - gh-135797 Add default empty dict for ast._field_types attribute.
Pull Request -
State: closed - Opened by hunterhogan 11 months ago
- 3 comments
Labels: awaiting changes
#135771 - gh-135768: fix allowed/blocked IPv6 domains in `http.cookiejar`
Pull Request -
State: open - Opened by LamentXU123 11 months ago
- 16 comments
Labels: awaiting changes, DO-NOT-MERGE
#135305 - GH-135304: Reported resolution of `time.process_time` and `time.thread_time` is wrong on Windows
Pull Request -
State: open - Opened by chris-eibl 11 months ago
- 9 comments
Labels: awaiting changes, DO-NOT-MERGE
#135198 - gh-135148: Correctly handle f/t strings with comments and debug expressions
Pull Request -
State: open - Opened by pablogsal 11 months ago
- 1 comment
Labels: awaiting changes
#135160 - gh-133438: Fix the use of the terms "argument" and "parameter" in the documentation
Pull Request -
State: open - Opened by serhiy-storchaka 11 months ago
- 6 comments
Labels: docs, awaiting changes, skip news, needs backport to 3.13, needs backport to 3.14
#134606 - gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support
Pull Request -
State: open - Opened by ZeroIntensity 12 months ago
- 12 comments
Labels: awaiting changes, topic-subinterpreters, needs backport to 3.14
#134369 - gh-131798: JIT: Optimize `_POP_CALL_TWO_LOAD_CONST_INLINE_BORROW`
Pull Request -
State: open - Opened by tomasr8 12 months ago
- 6 comments
Labels: awaiting changes
#134073 - gh-133956 fix bug where `ClassVar` string annotation in `@dataclass` caused incorrect `__init__` generation
Pull Request -
State: open - Opened by dzherb 12 months ago
- 1 comment
Labels: awaiting changes, topic-dataclasses
#133921 - gh-132983: Split ``_zstd_set_c_parameters``
Pull Request -
State: open - Opened by AA-Turner about 1 year ago
- 6 comments
Labels: awaiting changes, skip news, needs backport to 3.14
#133787 - gh-132641: fix race in `lru_cache` under free-threading
Pull Request -
State: open - Opened by hawkinsp about 1 year ago
- 15 comments
Labels: awaiting changes
#133721 - gh-133672: Allow LOAD_FAST to be optimized to LOAD_FAST_BORROW
Pull Request -
State: open - Opened by ljfp about 1 year ago
- 4 comments
Labels: awaiting changes
#133531 - gh-133530: Improve heapq documenation
Pull Request -
State: closed - Opened by StanFromIreland about 1 year ago
- 2 comments
Labels: awaiting changes
#133365 - gh-132983: Add `compression.zstd` and Python tests
Pull Request -
State: open - Opened by emmatyping about 1 year ago
- 3 comments
Labels: awaiting changes, skip news
#133345 - gh-131798: JIT: Narrow the return type of `_GET_LEN` to int
Pull Request -
State: open - Opened by Zheaoli about 1 year ago
- 5 comments
Labels: awaiting changes, topic-JIT
#133303 - gh-126008: Improve docstrings for Tkinter cget and configure methods
Pull Request -
State: open - Opened by serhiy-storchaka about 1 year ago
- 1 comment
Labels: docs, awaiting changes, skip news, needs backport to 3.13
#133103 - gh-133089: Use origional timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout
Pull Request -
State: open - Opened by Zheaoli about 1 year ago
- 4 comments
Labels: awaiting changes
#132934 - gh-132933: Allow zipapp target to overwrite filtered source file
Pull Request -
State: open - Opened by Jolmberg about 1 year ago
- 3 comments
Labels: awaiting changes
#132870 - gh-131531: android.py enhancements to support cibuildwheel
Pull Request -
State: open - Opened by mhsmith about 1 year ago
- 5 comments
Labels: awaiting changes, skip news, DO-NOT-MERGE, needs backport to 3.13, needs backport to 3.14
#132164 - gh-132162: tests for py_universalnewlinefgets
Pull Request -
State: open - Opened by alex-semenyuk about 1 year ago
- 5 comments
Labels: awaiting changes, skip news
#132055 - gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class signature with `inspect.signature`
Pull Request -
State: open - Opened by XuehaiPan about 1 year ago
- 4 comments
Labels: awaiting changes
#131995 - # gh-131996: Add PEP-585 support to singledispatch types
Pull Request -
State: closed - Opened by deadPix3l about 1 year ago
- 4 comments
Labels: awaiting changes
#131868 - gh-131885: Updates docs to make max and min iterable param positional only
Pull Request -
State: open - Opened by ekohilas about 1 year ago
- 18 comments
Labels: docs, awaiting changes, skip news
#131851 - gh-131586: Avoid refcount contention in context managers
Pull Request -
State: open - Opened by colesbury about 1 year ago
- 13 comments
Labels: awaiting changes, skip news, topic-free-threading
#131799 - gh-127405: Add `ABIFLAGS` to `sysconfig.get_config_vars()` on Windows
Pull Request -
State: open - Opened by XuehaiPan about 1 year ago
- 3 comments
Labels: OS-windows, awaiting changes
#131792 - gh-131791: Improve speed of `textwrap.dedent` by replacing `re`
Pull Request -
State: closed - Opened by Marius-Juston about 1 year ago
- 22 comments
Labels: awaiting changes
#131792 - gh-131791: Improve speed of `textwrap.dedent` by replacing `re`
Pull Request -
State: open - Opened by Marius-Juston about 1 year ago
- 14 comments
Labels: awaiting changes
#131737 - gh-131738: optimize builtin any/all/tuple calls with a generator expression arg
Pull Request -
State: open - Opened by iritkatriel about 1 year ago
- 3 comments
Labels: awaiting changes
#131657 - gh-131656: Solved the cross-interpreter support of `multiprocessing` module
Pull Request -
State: closed - Opened by pypy66 about 1 year ago
- 5 comments
Labels: awaiting changes
#131657 - gh-131656: Solved the cross-interpreter support of `multiprocessing` module
Pull Request -
State: open - Opened by pypy66 about 1 year ago
- 5 comments
Labels: awaiting changes
#131317 - gh-130914: Make graphlib.TopologicalSorter.prepare() idempotent
Pull Request -
State: open - Opened by lordmauve about 1 year ago
- 1 comment
Labels: awaiting changes
#130919 - gh-130902 Add optional socket shutdown to close method of HTTPConnection class in http/client.py
Pull Request -
State: closed - Opened by sharktide about 1 year ago
- 12 comments
Labels: awaiting changes
#130916 - gh-129640: Add tests for reference cycle in `gzip.GzipFile`
Pull Request -
State: open - Opened by Mr-Sunglasses about 1 year ago
- 4 comments
Labels: awaiting changes, skip news, needs backport to 3.12, needs backport to 3.13
#130820 - gh-130819: Update `tarfile.py#_create_gnu_long_header` to align with GNU Tar
Pull Request -
State: open - Opened by gdh1995 about 1 year ago
- 4 comments
Labels: awaiting changes
#130816 - [3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value
Pull Request -
State: open - Opened by kycutler about 1 year ago
- 14 comments
Labels: awaiting changes
#130752 - gh-130718: Normalize edge cases in `datetime.timestamp` and `datetime.astimezone`
Pull Request -
State: open - Opened by donBarbos about 1 year ago
- 1 comment
Labels: awaiting changes
#130381 - gh-130120: Prevent `str(zipfile.Path)` from raising exception on `io.BytesIO`-input
Pull Request -
State: closed - Opened by yngvem about 1 year ago
- 2 comments
Labels: awaiting changes
#130310 - GH-130296: Avoid stack transients in four instructions.
Pull Request -
State: open - Opened by markshannon about 1 year ago
- 1 comment
Labels: awaiting changes, skip news
#130206 - gh-130203: Further simplify `math.sumprod` documentation
Pull Request -
State: closed - Opened by Akuli about 1 year ago
- 5 comments
Labels: awaiting changes, skip news
#130031 - gh-128540: Fixed `webbrowser.open` with `file:` URLs may launching editor instead of browser
Pull Request -
State: closed - Opened by Wulian233 about 1 year ago
- 4 comments
Labels: awaiting changes
#129765 - gh-118761: Improve import time by lazy import of `warnings`
Pull Request -
State: closed - Opened by donBarbos over 1 year ago
- 5 comments
Labels: awaiting changes, DO-NOT-MERGE
#129765 - gh-118761: Improve import time by lazy import of `warnings`
Pull Request -
State: closed - Opened by donBarbos over 1 year ago
- 5 comments
Labels: awaiting changes, DO-NOT-MERGE
#129420 - gh-103510: Support `os.mkfifo` on Windows
Pull Request -
State: closed - Opened by SuibianP over 1 year ago
- 12 comments
Labels: awaiting changes
#129295 - gh-129294: use winapi to determine win version before invoking cmd.exe
Pull Request -
State: open - Opened by tomergert over 1 year ago
- 6 comments
Labels: OS-windows, awaiting changes
#129184 - gh-128779: Fix site venv() for system site-packages
Pull Request -
State: open - Opened by vstinner over 1 year ago
- 4 comments
Labels: awaiting changes, skip news
#128865 - gh-128862: use importlib.resources to acquire doctest resources
Pull Request -
State: open - Opened by graingert over 1 year ago
- 1 comment
Labels: awaiting changes
#128746 - gh-128731: fix ResourceWarning in `test_robotparser`
Pull Request -
State: closed - Opened by Likhithsai2580 over 1 year ago
- 5 comments
Labels: awaiting changes
#128746 - gh-128731: fix ResourceWarning in `test_robotparser`
Pull Request -
State: closed - Opened by Likhithsai2580 over 1 year ago
- 5 comments
Labels: awaiting changes
#128224 - gh-128223 - Minor updates to tokenize.py, cleaning up imports and added a comment.
Pull Request -
State: closed - Opened by podrybaum over 1 year ago
- 4 comments
Labels: awaiting changes
#128040 - gh-128039: Clarify the uninstallation instructions for Mac.
Pull Request -
State: open - Opened by offby1 over 1 year ago
- 1 comment
Labels: docs, awaiting changes, skip news
#127850 - gh-127805: Clarify Formatter initialization in logging.rst
Pull Request -
State: open - Opened by Uvi-12 over 1 year ago
- 19 comments
Labels: docs, awaiting changes, skip news, needs backport to 3.12, needs backport to 3.13
#127683 - gh-127629: Add ctypes to the Emscripten build
Pull Request -
State: open - Opened by hoodmane over 1 year ago
- 1 comment
Labels: awaiting changes, OS-emscripten
#127506 - gh-127503: Emscripten make Python.sh function as proper Python CLI
Pull Request -
State: open - Opened by hoodmane over 1 year ago
- 2 comments
Labels: awaiting changes, skip news
#127441 - gh-127440: Try using `base_executable` to detect `prefix` and `exec_prefix`
Pull Request -
State: open - Opened by CharlieZhao95 over 1 year ago
- 4 comments
Labels: awaiting changes
#127214 - gh-108951: add TaskGroup.cancel()
Pull Request -
State: open - Opened by belm0 over 1 year ago
- 5 comments
Labels: topic-asyncio, awaiting changes
#127113 - gh-127111: Emscripten Make web example work again
Pull Request -
State: open - Opened by hoodmane over 1 year ago
- 5 comments
Labels: awaiting changes, build, OS-emscripten
#126865 - gh-126868: Add freelist for compact int objects
Pull Request -
State: open - Opened by eendebakpt over 1 year ago
- 11 comments
Labels: awaiting changes
#126856 - gh-126902: Strength reduce _CHECK_FUNCTION
Pull Request -
State: open - Opened by Fidget-Spinner over 1 year ago
- 6 comments
Labels: awaiting changes, skip news
#126787 - gh-126691: Remove --with-emscripten-target
Pull Request -
State: open - Opened by hoodmane over 1 year ago
- 1 comment
Labels: awaiting changes, build, OS-emscripten
#126716 - gh-126400: Add TCP socket timeout to SysLogHandler to prevent blocking
Pull Request -
State: open - Opened by hodamarr over 1 year ago
- 12 comments
Labels: awaiting changes
#126616 - gh-115999: Add free-threaded specialization for ``TO_BOOL``
Pull Request -
State: open - Opened by corona10 over 1 year ago
- 7 comments
Labels: awaiting changes, skip news, topic-free-threading
#126523 - gh-58749: Removes the erroneous explanation regarding the restrictions of the global statement
Pull Request -
State: open - Opened by bombs-kim over 1 year ago
- 9 comments
Labels: docs, awaiting changes, skip news
#126401 - gh-126399 minor changes in RawTurtle.clone() method
Pull Request -
State: open - Opened by Chaebin-Kim24 over 1 year ago
- 7 comments
Labels: awaiting changes
#126360 - gh-121921: Update Lib/test/crashers
Pull Request -
State: open - Opened by tomasr8 over 1 year ago
- 2 comments
Labels: awaiting changes, skip news
#126355 - gh-121427: Fixed type errors triggered when compiling with `MSYS2/UCRT64`
Pull Request -
State: closed - Opened by rruuaanng over 1 year ago
- 6 comments
Labels: awaiting changes
#126274 - gh-126273: added clinic docstrings to elementtree
Pull Request -
State: open - Opened by pan324 over 1 year ago
- 6 comments
Labels: awaiting changes
#126122 - gh-126119: fix some crashes in code objects if `co_stacksize` is absurdly large
Pull Request -
State: open - Opened by picnixz over 1 year ago
- 23 comments
Labels: awaiting changes
#125833 - gh-125789: fix side-effects in `asyncio` callback scheduling methods
Pull Request -
State: closed - Opened by picnixz over 1 year ago
- 20 comments
Labels: awaiting changes, needs backport to 3.12, needs backport to 3.13
#125833 - gh-125789: fix side-effects in `asyncio` callback scheduling methods
Pull Request -
State: closed - Opened by picnixz over 1 year ago
- 20 comments
Labels: awaiting changes, needs backport to 3.12, needs backport to 3.13
#125718 - gh-113924: Add copy from zipfile without decompress/recompressing data
Pull Request -
State: open - Opened by sunrisesarsaparilla over 1 year ago
- 3 comments
Labels: awaiting changes
#125554 - gh-125543: Add an internal C API for dynamic arrays
Pull Request -
State: closed - Opened by ZeroIntensity over 1 year ago
- 1 comment
Labels: awaiting changes, skip news
#125467 - gh-118423: Add `INSTRUCTION_SIZE` macro to code generator
Pull Request -
State: open - Opened by tomasr8 over 1 year ago
- 11 comments
Labels: awaiting changes
#125450 - gh-125449: Remove `PyUnicode_READY` function in `unicodeobject.h`
Pull Request -
State: closed - Opened by rruuaanng over 1 year ago
- 2 comments
Labels: awaiting changes
#125440 - gh-125442: Use _PyLong_GetOne() and _PyLong_GetZero() in Objects
Pull Request -
State: closed - Opened by hikariyo over 1 year ago
- 13 comments
Labels: awaiting changes, skip news
#125437 - gh-125436: add missing allow_unnamed_section doc; split too long line
Pull Request -
State: open - Opened by litlighilit over 1 year ago
- 6 comments
Labels: docs, awaiting changes, skip news, needs backport to 3.13
#125389 - gh-119538: Add missing build dependencies
Pull Request -
State: closed - Opened by Meiye-lj over 1 year ago
- 7 comments
Labels: awaiting changes, skip news, needs backport to 3.12, needs backport to 3.13
#124933 - gh-124932: Distinguish build prefix from host prefix in cross builds
Pull Request -
State: open - Opened by hoodmane over 1 year ago
- 5 comments
Labels: awaiting changes
#124721 - gh-124720: Update "Using Python on a Mac" document
Pull Request -
State: open - Opened by ned-deily over 1 year ago
- 2 comments
Labels: docs, OS-mac, awaiting changes, topic-installation, topic-free-threading, needs backport to 3.13
#124700 - GH-124639: add back loop param to staggered_race
Pull Request -
State: open - Opened by kumaraditya303 over 1 year ago
- 4 comments
Labels: topic-asyncio, awaiting changes, skip news, release-blocker, needs backport to 3.12, needs backport to 3.13
#124640 - GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling
Pull Request -
State: open - Opened by 1st1 over 1 year ago
- 40 comments
Labels: topic-asyncio, awaiting changes
#124371 - gh-124370: Add "howto" for free-threaded Python
Pull Request -
State: open - Opened by colesbury over 1 year ago
- 2 comments
Labels: docs, awaiting changes, skip news, topic-free-threading
#124150 - gh-123940: Ensure force-terminated daemon threads can be joined
Pull Request -
State: closed - Opened by mpage over 1 year ago
- 6 comments
Labels: awaiting changes, skip news
#123761 - gh-123742: Fixed `get_payload` not being able to parse headers with spaces
Pull Request -
State: open - Opened by rruuaanng over 1 year ago
- 7 comments
Labels: awaiting changes
#123404 - gh-123403: Remove unnecessary "target" ast optimizations
Pull Request -
State: closed - Opened by Eclips4 over 1 year ago
- 2 comments
Labels: awaiting changes, DO-NOT-MERGE
#123081 - gh-123080: Additional ast optimizations
Pull Request -
State: closed - Opened by wrongnull over 1 year ago
- 6 comments
Labels: awaiting changes
#123077 - gh-123049: Allow to create the unnamed section from scratch.
Pull Request -
State: open - Opened by pslacerda over 1 year ago
- 4 comments
Labels: awaiting changes
#122929 - gh-122928: asserting that the tstate pointer is non-NULL using assert
Pull Request -
State: closed - Opened by Wulian233 almost 2 years ago
- 9 comments
Labels: awaiting changes, skip news
#122929 - gh-122928: asserting that the tstate pointer is non-NULL using assert
Pull Request -
State: closed - Opened by Wulian233 almost 2 years ago
- 9 comments
Labels: awaiting changes, skip news
#122834 - [3.12] gh-122695: Fix double-free when using `gc.get_referents` with a freed `_asyncio.FutureIter`
Pull Request -
State: closed - Opened by ZeroIntensity almost 2 years ago
- 10 comments
Labels: awaiting changes
#122743 - gh-122634: Deprecate `__class_getitem__` on metaclasses
Pull Request -
State: open - Opened by sobolevn almost 2 years ago
- 2 comments
Labels: awaiting changes
#122473 - gh-122470: Improve REPL welcome message by indicating build type
Pull Request -
State: closed - Opened by picnixz almost 2 years ago
- 3 comments
Labels: awaiting changes
#122232 - gh-82129: Fix `NameError` on `get_type_hints` in `dataclasses`
Pull Request -
State: closed - Opened by sobolevn almost 2 years ago
- 5 comments
Labels: awaiting changes, needs backport to 3.12, needs backport to 3.13
#122232 - gh-82129: Fix `NameError` on `get_type_hints` in `dataclasses`
Pull Request -
State: open - Opened by sobolevn almost 2 years ago
- 3 comments
Labels: awaiting changes, needs backport to 3.12, needs backport to 3.13
#121884 - GH-118093: Add tier two support to several instructions
Pull Request -
State: open - Opened by brandtbucher almost 2 years ago
- 1 comment
Labels: performance, awaiting changes, skip news, interpreter-core
#121668 - GH-121584: Toggle helper instead of nesting instances when using key bindings
Pull Request -
State: open - Opened by saucoide almost 2 years ago
- 5 comments
Labels: awaiting changes