COMMITS
/ Include/internal/pycore_call.h March 17, 2026
S
December 3, 2025
V
gh-142217: Remove internal _Py_Identifier functions (#142219)
Victor Stinner committed
September 17, 2025
D
gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
Dino Viehland committed
March 19, 2025
V
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
June 27, 2024
I
gh-120686: remove unused internal c api functions (#120687)
Irit Katriel committed
November 15, 2023
V
gh-112026: Restore removed private C API (#112115)
Victor Stinner committed
August 29, 2023
V
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner committed
August 24, 2023
V
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner committed
July 25, 2023
V
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner committed
June 30, 2023
V
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner committed
V
gh-106023: Rename _PyObject_FastCallDictTstate() (#106264)
Victor Stinner committed
V
gh-106023: Remove _PY_FASTCALL_SMALL_STACK constant (#106258)
Victor Stinner committed
June 27, 2023
V
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Victor Stinner committed
April 30, 2023
K
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin committed
May 27, 2022
M
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
Mark Shannon committed
February 8, 2022
October 14, 2021
V
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
Victor Stinner committed
October 13, 2021
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
November 14, 2019
V
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner committed