Pull requests · python/cpython
GH-94597: deprecate SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher child watchers
awaiting review
expert-asyncio
type-feature
A feature request or enhancement
#98089 opened Oct 8, 2022 by kumaraditya303 Loading…
gh-98083 Fix URLs in README.rst
awaiting core review
docs
Documentation in the Doc dir
skip news
#98082 opened Oct 8, 2022 by kwsp Loading…
gh-68686: Retire eptag ptag scripts awaiting core review
#98064 opened Oct 7, 2022 by nanjekyejoannah Loading…
gh-92886: make test_multiprocessing pass with -O (assertions off) 3.12 awaiting core review needs backport to 3.10 needs backport to 3.11 🤖 automerge PR will be merged once it's been approved and all CI passed skip news tests Tests in the Lib/test dir
#98061 opened Oct 7, 2022 by iritkatriel Loading…
gh-98040: Remove find_loader, find_module and other deprecated APIs awaiting core review
#98059 opened Oct 7, 2022 by warsaw Loading…
gh-98030: socket: add missing TCP socket options awaiting review
#98031 opened Oct 7, 2022 by matttbe Loading…
gh-97982: Reuse PyUnicode_Count in unicode_count
awaiting change review
#98025 opened Oct 7, 2022 by sobolevn Loading…
[3.11] GH-93354: Fix PRECALL's adaptive backoff
awaiting core review
interpreter-core
Interpreter core (Objects, Python, Grammar, and Parser dirs)
sprint
type-bug
An unexpected behavior, bug, or error
#98011 opened Oct 7, 2022 by brandtbucher Loading…
Auto-cancel old builds when new commit pushed to branch awaiting merge skip issue skip news
#98009 opened Oct 7, 2022 by hugovk Loading…
gh-98003: Inline call frames for CALL_FUNCTION_EX awaiting core review sprint
#98004 opened Oct 6, 2022 by Fidget-Spinner Loading…
gh-93691: Compiler's code-gen passes location around instead of holding it on the global compiler state awaiting core review skip news
#98001 opened Oct 6, 2022 by iritkatriel Loading…
gh-97966: Update uname docs to clarify the special nature of the platform attribute and to indicate when it became late-bound. awaiting core review docs Documentation in the Doc dir sprint
#97972 opened Oct 6, 2022 by jaraco Loading…
[abc] better error message for undefined abstractmethod awaiting review
#97971 opened Oct 6, 2022 by kaushikcfd Loading…
gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK awaiting core review
#97952 opened Oct 6, 2022 by sweeneyde Loading…
GH-96421: Remove first_instr and names from the interpreter. awaiting core review skip news
#97942 opened Oct 5, 2022 by markshannon Loading…
gh-97937: dis docs: add adaptive=False awaiting core review docs Documentation in the Doc dir needs backport to 3.11 skip news
#97939 opened Oct 5, 2022 by JelleZijlstra Loading…
gh-97930: Merge with importlib_resources 5.9 awaiting core review
#97929 opened Oct 5, 2022 by jaraco Loading…
docs(typing): harmonize "See PEP x for more details" awaiting merge docs Documentation in the Doc dir needs backport to 3.10 needs backport to 3.11 skip issue skip news
#97927 opened Oct 5, 2022 by simon04 Loading…
gh-97922: Run the GC only on eval breaker awaiting merge
#97920 opened Oct 5, 2022 by pablogsal Loading…
gh-97901 add missing text/rtf to mimetypes awaiting review
#97902 opened Oct 5, 2022 by amaddio Loading…
gh-91051: allow setting a callback hook on PyType_Modified awaiting review
#97875 opened Oct 4, 2022 by carljm Loading…
gh-91053: Add an optional callback that is invoked whenever a function is modified awaiting core review
#97834 opened Oct 4, 2022 by mpage Loading…
gh-97796: Special-case typing._AnnotatedAlias in pydoc. awaiting review expert-typing
#97813 opened Oct 3, 2022 by martindemello Loading…