Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-106581: Project through calls (#108067) | Guido van Rossum | 2023-08-17 | 1 | -0/+9 |
* | gh-106320: Remove _PyFunction_Vectorcall() API (#107071) | Victor Stinner | 2023-07-22 | 1 | -0/+6 |
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -0/+2 |
* | gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334) | Eric Snow | 2023-03-08 | 1 | -1/+1 |
* | gh-91053: Add an optional callback that is invoked whenever a function is mod... | mpage | 2022-11-22 | 1 | -0/+2 |
* | gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497) | Eric Snow | 2022-11-16 | 1 | -0/+4 |
* | bpo-45316: Move private functions to internal C API (GH-31579) | Victor Stinner | 2022-02-25 | 1 | -4/+11 |
* | bpo-44525: Copy free variables in bytecode to allow calls to inner functions ... | Mark Shannon | 2021-11-23 | 1 | -0/+11 |