summaryrefslogtreecommitdiffstats
path: root/Include/cpython/funcobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-106320: Remove _PyFunction_Vectorcall() API (#107071)Victor Stinner2023-07-221-6/+0
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+1
* gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-081-8/+8
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-221-0/+49
* GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)adphrost2022-09-151-1/+3
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-161-1/+1
* gh-89653: PEP 670: Convert PyFunction macros (#93765)Victor Stinner2022-06-131-16/+39
* bpo-45316: Move private functions to internal C API (GH-31579)Victor Stinner2022-02-251-2/+0
* bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon2021-11-231-3/+0
* po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)Victor Stinner2021-10-141-0/+118