summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_function.h
Commit message (Expand)AuthorAgeFilesLines
* gh-106581: Project through calls (#108067)Guido van Rossum2023-08-171-0/+9
* gh-106320: Remove _PyFunction_Vectorcall() API (#107071)Victor Stinner2023-07-221-0/+6
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+2
* gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)Eric Snow2023-03-081-1/+1
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-221-0/+2
* gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)Eric Snow2022-11-161-0/+4
* bpo-45316: Move private functions to internal C API (GH-31579)Victor Stinner2022-02-251-4/+11
* bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon2021-11-231-0/+11