Commits
User selector
Commit History
Commits on Nov 20, 2023
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Show description for 3b3ec0dauthored
Commits on Nov 16, 2023
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Show description for bd89bcaauthored
Commits on Nov 15, 2023
gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)
Show description for 7e2308aauthoredgh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)
Show description for bd2f148authoredgh-112026: Restore removed private C API (#112115)
Show description for 5846924authoredgh-111545: Add Include/cpython/pyhash.h header file (#112063)
Show description for 62802b6authored
Commits on Nov 14, 2023
gh-111262: Add PyDict_Pop() function (#112028)
Show description for 4f04172authored- authored
Commits on Nov 13, 2023
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Show description for babb787authored
Commits on Nov 9, 2023
Commits on Nov 8, 2023
gh-111569: Implement Python critical section API (gh-111571)
Show description for 31c90d5authored
Commits on Nov 7, 2023
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Show description for 11e8348authored
Commits on Nov 4, 2023
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Show description for 0e9c364andauthored
Commits on Oct 31, 2023
- authored
gh-109329: Count tier2 opcode misses (#110561)
Show description for 84b4533authored
Commits on Oct 30, 2023
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Show description for c6fe086authoredgh-90815: Add mimalloc memory allocator (#109914)
Show description for 05f2f0aauthoredgh-106168: Check allocated instead of size index bounds in PyList_SET_ITEM() (#111480)
Show description for 940ee96authored
Commits on Oct 27, 2023
Commits on Oct 25, 2023
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
Show description for a8a89fcauthored
Commits on Oct 23, 2023
Commits on Oct 20, 2023
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Show description for d8f32beauthoredgh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Show description for d731579andauthored
Commits on Oct 17, 2023
- authored
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Show description for 2324652authoredgh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authoredgh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Show description for cc71cc9andauthored
Commits on Oct 16, 2023
Commits on Oct 14, 2023
Commits on Oct 10, 2023
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Show description for 0362cbfauthored
Commits on Oct 7, 2023
Commits on Oct 5, 2023
gh-85283: Add PySys_AuditTuple() function (#108965)
Show description for bb057b3authoredgh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Show description for 6e97a96authored- authored