Commits
User selector
Commit History
Commits on Jul 16, 2024
GH-121583: Remove dependency from pystats.h to internal header file (GH-121587)
Show description for f036a46andauthored- authored
Commits on Jul 13, 2024
gh-120642: Move _PyCode_CODE() to the internal C API (#121644)
Show description for a2bec77authored
Commits on Jul 10, 2024
gh-89364: Export PySignal_SetWakeupFd() function (#121537)
Show description for ca0fb34authored
Commits on Jul 8, 2024
gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Show description for 1d3cf79authored
Commits on Jul 3, 2024
gh-112136: Restore removed _PyArg_Parser (#121262)
Show description for f8373dbauthored
Commits on Jun 28, 2024
Commits on Jun 26, 2024
gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)
Show description for e51e880authored- authored
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Show description for 9e4a81fauthored
Commits on Jun 25, 2024
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Show description for a905721authored
Commits on Jun 21, 2024
gh-119344: Make critical section API public (#119353)
Show description for 8f17d69authoredgh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Show description for 4123226andauthored
Commits on Jun 20, 2024
Commits on Jun 18, 2024
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Show description for e8752d7andauthored
Commits on Jun 17, 2024
- authored
gh-83754: Use the Py_TYPE() macro (#120599)
Show description for c2d5df5authored
Commits on Jun 7, 2024
Commits on Jun 3, 2024
gh-116560: Add PyLong_GetSign() public function (#116561)
Show description for 61d3ab3andauthored- authored
Commits on May 30, 2024
gh-119336: Restore removed _PyLong_NumBits() function (#119418)
Show description for e50fac9authored
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 22, 2024
Commits on May 21, 2024
Commits on May 10, 2024
- authored
gh-118789: Restore hidden `_PyWeakref_ClearRef` (#118797)
Show description for db5af7dauthored
Commits on May 7, 2024
gh-112075: use per-thread dict version pool (#118676)
Show description for ff6cbb2authored
Commits on May 6, 2024
GH-115709: Invalidate executors when a local variable is changed via frame.f_locals (#118639)
Show description for 616b745authoredgh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators (#118454)
Show description for 5a1618aauthored