Commits
User selector
Commit History
Commits on May 6, 2026
gh-149101: Implement PEP 788 (GH-149116)
Show description for 2b7c28aauthored
Commits on Apr 16, 2026
gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032)
Show description for c0af5c0authored
Commits on Mar 11, 2026
gh-142183: Cache one datachunk per tstate to prevent alloc/dealloc thrashing (#145789)
Show description for 706fd4eandauthored
Commits on Dec 7, 2025
Commits on Dec 6, 2025
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (#142137)
Show description for 572c780authored
Commits on Nov 17, 2025
gh-135953: Add GIL contention markers to sampling profiler Gecko format (#139485)
Show description for 89a914cauthored
Commits on Nov 13, 2025
gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
Show description for b99db92andauthored
Commits on Nov 3, 2025
gh-131253: free-threaded build support for pystats (gh-137189)
Show description for c98c5b3authored
Commits on Sep 18, 2025
Commits on Sep 17, 2025
GH-138355: Remove trash_delete_later from _gc_runtime_state (#138767)
Show description for b42af37authored
Commits on Sep 1, 2025
Commits on Aug 1, 2025
Commits on Jun 26, 2025
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924)
Show description for a1da208authored
Commits on May 25, 2025
gh-91048: Refactor and optimize remote debugging module (#134652)
Show description for 42b25adandauthored
Commits on May 4, 2025
GH-133231: Changes to executor management to support proposed `sys._jit` module (GH-133287)
Show description for ac7d5baauthored
Commits on Apr 29, 2025
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining (GH-133080)
Show description for 0c26dbdauthored
Commits on Apr 28, 2025
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Show description for fe462f5authored
Commits on Apr 3, 2025
gh-131591: Implement PEP 768 (#131937)
Show description for 943cc14authored
Commits on Mar 6, 2025
gh-124878: Fix race conditions during interpreter finalization (#130649)
Show description for 052cb71authored
Commits on Feb 25, 2025
GH-130396: Use computed stack limits on linux (GH-130398)
Show description for 0142236authored
Commits on Feb 24, 2025
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)
Show description for ef29104authored
Commits on Feb 19, 2025
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Show description for 2498c22authored
Commits on Jan 22, 2025
gh-128863: Deprecate private C API functions (#128864)
Show description for 9012fa7authored
Commits on Sep 23, 2024
GH-113655: Lower the C recursion limit for HPPA, PPC64 and SPARC (#124264)
Show description for 0e89f7aandauthored
Commits on Jul 19, 2024
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
Show description for e059aa6authored
Commits on Jul 17, 2024
gh-121621: Move asyncio_running_loop to private struct (#121939)
Show description for 81fd625authored
Commits on Jul 16, 2024
Commits on Jun 25, 2024
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Show description for a905721authored
Commits on May 23, 2024
gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds it (#118745)
Show description for be1dfccauthored
Commits on May 7, 2024
gh-112075: use per-thread dict version pool (#118676)
Show description for ff6cbb2authored
Commits on Apr 17, 2024
Commits on Apr 16, 2024
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)
Show description for 9197847authored
Commits on Mar 23, 2024
gh-117008: Fix functools test_recursive_pickle() (#117009)
Show description for 9967b56authored
Commits on Mar 21, 2024
Commits on Mar 16, 2024
gh-114271: Fix race in `Thread.join()` (#114839)
Show description for 33da0e8authored