summaryrefslogtreecommitdiffstats
path: root/Include/cpython/funcobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function wat...Dino Viehland2025-10-101-1/+2
* gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)Peter Bierma2025-06-261-5/+0
* gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)Eric Snow2025-05-051-0/+5
* Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)Eric Snow2025-05-011-5/+0
* gh-132775: Add _PyCode_GetVarCounts() (gh-133128)Eric Snow2025-04-301-0/+5
* gh-119180: PEP 649: Add __annotate__ attributes (#119209)Jelle Zijlstra2024-05-221-0/+1
* gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it after ...Itamar Oren2024-04-251-3/+5
* 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