Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-106320: Remove _PyFunction_Vectorcall() API (#107071) | Victor Stinner | 2023-07-22 | 1 | -6/+0 |
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -0/+1 |
* | gh-102381: don't call watcher callback with dead object (#102382) | Carl Meyer | 2023-03-08 | 1 | -8/+8 |
* | gh-91053: Add an optional callback that is invoked whenever a function is mod... | mpage | 2022-11-22 | 1 | -0/+49 |
* | GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257) | adphrost | 2022-09-15 | 1 | -1/+3 |
* | gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815) | Victor Stinner | 2022-06-16 | 1 | -1/+1 |
* | gh-89653: PEP 670: Convert PyFunction macros (#93765) | Victor Stinner | 2022-06-13 | 1 | -16/+39 |
* | bpo-45316: Move private functions to internal C API (GH-31579) | Victor Stinner | 2022-02-25 | 1 | -2/+0 |
* | bpo-44525: Copy free variables in bytecode to allow calls to inner functions ... | Mark Shannon | 2021-11-23 | 1 | -3/+0 |
* | po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958) | Victor Stinner | 2021-10-14 | 1 | -0/+118 |