Commits
User selector
Commit History
Commits on Dec 12, 2025
gh-142217: Deprecate the private _Py_Identifier C API (#142221)
Show description for 7aa353cauthored
Commits on Mar 13, 2025
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Show description for 10cbd1fauthored
Commits on Feb 2, 2025
gh-91417: Remove PySequence_Fast() from the limited C API (#129398)
Show description for 2ad069dauthored
Commits on Nov 15, 2023
gh-112026: Restore removed private C API (#112115)
Show description for 5846924authored
Commits on Aug 26, 2023
gh-106320: Remove private AC converter functions (#108505)
Show description for 8ba4714authored
Commits on Jun 30, 2023
- authored
gh-106023: Remove _PY_FASTCALL_SMALL_STACK constant (#106258)
Show description for cd58091authored
Commits on Jun 27, 2023
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Show description for 84caa33authored
Commits on Jun 26, 2023
gh-106084: Remove _PyObject_RealIsInstance() function (#106106)
Show description for e8e59eeauthoredgh-106084: Remove _PyObject_HasLen() function (#106103)
Show description for 6200aafauthoredgh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)
Show description for 7ca8716authoredgh-106084: Remove old PyObject call aliases (#106085)
Show description for 00e75a3authored
Commits on May 31, 2023
Commits on Oct 27, 2022
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Show description for e60892fauthored
Commits on Aug 8, 2022
Commits on Jun 20, 2022
gh-87347: Add parenthesis around macro arguments (#93915)
Show description for 7ad6f74authored
Commits on May 15, 2022
gh-92781: Avoid mixing declarations and code in C API (#92783)
Show description for 90e7230authored
Commits on May 3, 2022
gh-91321: Add _Py_NULL macro (#92253)
Show description for 551d02bauthoredgh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Show description for fbd5539authored
Commits on Apr 27, 2022
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Show description for 29e2245authored
Commits on Feb 24, 2022
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31dauthored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Feb 2, 2022
bpo-45459: Add Py_buffer to limited API (GH-29991)
Show description for f66c857authored
Commits on Dec 22, 2021
Commits on Oct 14, 2021
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
Show description for 3cc56c8authored
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19authored
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489cauthoredbpo-45439: _PyObject_Call() only checks tp_vectorcall_offset once (GH-28890)
Show description for fb8f208authored
Commits on Feb 19, 2021
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
Show description for 6207810authored
Commits on Feb 16, 2021
- authored
Erlend Egeberg Aasland
Commits on Jan 27, 2021
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Show description for c9b8e9cauthored
Commits on Dec 29, 2020
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
Show description for 056c082authored
Commits on Jun 1, 2020
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229authored
Commits on Apr 8, 2020
bpo-40170: Remove PyIndex_Check() macro (GH-19428)
Show description for 307b9d0authored