Skip to content

Pull requests: python/cpython

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Add PEP 761 to What's New awaiting merge docs Documentation in the Doc dir skip issue skip news
#126550 opened Nov 7, 2024 by sethmlarson Loading…
gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. awaiting core review needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#126538 opened Nov 7, 2024 by gpshead Loading…
Incremental "mark alive" pass for cyclic GC DO-NOT-MERGE interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#126511 opened Nov 6, 2024 by nascheme Draft
gh-126316: Use mutexes in the grp module awaiting core review needs backport to 3.13 bugs and security fixes
#126504 opened Nov 6, 2024 by vstinner Loading…
[3.13] gh-122838: Document missing opcodes (GH-123073) awaiting review docs Documentation in the Doc dir skip news
#126492 opened Nov 6, 2024 by miss-islington Loading…
Postpone module.__loader__ deprecation to Python 3.16 awaiting core review docs Documentation in the Doc dir needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes skip issue skip news
#126482 opened Nov 6, 2024 by hugovk Loading…
gh-126456: Fix _pyrepl curses tigetstr() awaiting core review needs backport to 3.13 bugs and security fixes skip news topic-repl Related to the interactive shell
#126472 opened Nov 6, 2024 by vstinner Loading…
Fix example code in curses tutorial awaiting core review docs Documentation in the Doc dir needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes skip issue skip news
#126446 opened Nov 5, 2024 by yi-jiayu Loading…
ProTip! Exclude everything labeled bug with -label:bug.