index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
internal
/
pycore_call.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner
2023-08-24
1
-4/+4
*
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner
2023-07-25
1
-5/+5
*
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner
2023-06-30
1
-10/+1
*
gh-106023: Rename _PyObject_FastCallDictTstate() (#106264)
Victor Stinner
2023-06-30
1
-1/+1
*
gh-106023: Remove _PY_FASTCALL_SMALL_STACK constant (#106258)
Victor Stinner
2023-06-30
1
-0/+12
*
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Victor Stinner
2023-06-27
1
-9/+96
*
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin
2023-04-30
1
-0/+10
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
1
-0/+2
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+3
*
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
Victor Stinner
2021-10-14
1
-0/+70
*
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner
2021-10-13
1
-1/+3
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-0/+7
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-1/+1
*
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner
2019-11-14
1
-0/+39