-
-
Notifications
You must be signed in to change notification settings - Fork 35k
Pull requests: python/cpython
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
gh-153605: Fix gettext.GNUTranslations struct.error on a malformed .mo file
awaiting review
#153606
opened Jul 12, 2026 by
tonghuaroot
Contributor
Loading…
gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset
awaiting review
#153604
opened Jul 12, 2026 by
tonghuaroot
Contributor
Loading…
Warn against creating asyncio synchronization primitives outside loop
awaiting review
docs
Documentation in the Doc dir
skip news
#153602
opened Jul 11, 2026 by
Rufflewind
Loading…
gh-148941: Skip generating __init__, __repr__, __eq__ when class already defines them
awaiting review
#153601
opened Jul 11, 2026 by
q121212
Loading…
[3.10] gh-149776: Skip UDP Lite tests if it's not supported (#149777)
awaiting core review
skip news
tests
Tests in the Lib/test dir
#153594
opened Jul 11, 2026 by
vstinner
Member
Loading…
[3.11] gh-149776: Skip UDP Lite tests if it's not supported (#149777)
awaiting core review
skip news
tests
Tests in the Lib/test dir
#153593
opened Jul 11, 2026 by
vstinner
Member
Loading…
[3.12] gh-149776: Skip UDP Lite tests if it's not supported (#149777)
awaiting core review
skip news
tests
Tests in the Lib/test dir
#153592
opened Jul 11, 2026 by
vstinner
Member
Loading…
gh-153569: Add tokenizer source and cursor primitives
awaiting core review
skip news
#153587
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153568: Skip newline translation for source without carriage returns
awaiting core review
#153584
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153568: Pause the GC while converting the AST to Python objects
awaiting core review
#153583
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153581: Fix create_autospec producing an uncallable mock for functools.partialmethod
awaiting review
#153582
opened Jul 11, 2026 by
claudiubelu
Loading…
gh-79644: Fix create_autospec signature handling for functools partial and partialmethod
awaiting review
#153580
opened Jul 11, 2026 by
claudiubelu
Loading…
gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__
awaiting review
#153579
opened Jul 11, 2026 by
tonghuaroot
Contributor
Loading…
gh-153568: Cache repeated identifiers while parsing
awaiting core review
#153577
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153568: Don't materialize parser token text that is never read
awaiting core review
#153576
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153568: Skip the expression precedence chain for single-token atoms
awaiting core review
#153575
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153568: Stop re-walking memo lists when growing left-recursive rules
awaiting core review
#153574
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153568: Make the parser's per-rule stack check an inline comparison
awaiting core review
#153573
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153570: Fix use-after-free in bytearray.take_bytes() with a reentrant __index__
awaiting core review
#153572
opened Jul 11, 2026 by
tonghuaroot
Contributor
Loading…
gh-153568: Skip parser memo lookups that cannot match
awaiting core review
#153571
opened Jul 11, 2026 by
pablogsal
Member
Loading…
gh-153563 feat: add unicode_memeq() to compare either directly or SSE2 vector
awaiting review
#153564
opened Jul 11, 2026 by
rajat315315
Loading…
gh-153528: Document Documentation in the Doc dir
skip news
mode="func_type" in compile()
awaiting review
docs
#153561
opened Jul 11, 2026 by
pranavchoudhary-tech
Contributor
Loading…
gh-151763: Fix dealloc clears the in-flight exception in subtype_dealloc
awaiting review
#153548
opened Jul 11, 2026 by
Abhi210
Contributor
Loading…
gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder
awaiting review
#153540
opened Jul 11, 2026 by
tonghuaroot
Contributor
Loading…
gh-153537: Fix Element re-init memory leak in the C accelerator
awaiting review
#153538
opened Jul 11, 2026 by
tonghuaroot
Contributor
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.