COMMITS
/ Include/internal/pycore_function.h March 17, 2026
S
February 14, 2026
C
remove unused _PyFunction_LookupByVersion (GH-144814)
Chris Eibl committed
February 6, 2026
S
gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)
Sam Gross committed
September 17, 2025
D
gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
Dino Viehland committed
June 26, 2025
P
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
Peter Bierma committed
May 8, 2025
E
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
Eric Snow committed
May 6, 2025
P
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)
Petr Viktorin committed
May 5, 2025
E
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow committed
March 19, 2025
V
gh-131238: Remove pycore_lock.h includes (#131483)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
October 8, 2024
May 3, 2024
March 21, 2024
G
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum committed
February 29, 2024
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher committed
August 17, 2023
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
July 22, 2023
V
gh-106320: Remove _PyFunction_Vectorcall() API (#107071)
Victor Stinner committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
March 8, 2023
E
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
Eric Snow committed
November 22, 2022
November 16, 2022
E
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow committed
February 25, 2022
V
bpo-45316: Move private functions to internal C API (GH-31579)
Victor Stinner committed
November 23, 2021