COMMITS
/ Objects/funcobject.c March 31, 2026
S
gh-146615: Fix format specifiers in Objects/ directory (GH-146620)
sunmy2019 committed
March 17, 2026
S
March 16, 2026
March 5, 2026
V
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
Victor Stinner committed
February 19, 2026
M
GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
Mark Shannon committed
K
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
February 5, 2026
V
gh-144330: Initialize classmethod and staticmethod in new (#144469)
Victor Stinner committed
November 13, 2025
K
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin committed
October 10, 2025
D
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925)
Dino Viehland committed
August 14, 2025
S
gh-130821: Add type information to error messages for invalid return type (GH-130835)
Semyon Moroz committed
June 30, 2025
X
June 26, 2025
P
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
Peter Bierma committed
May 29, 2025
E
gh-132775: Fix _PyFunctIon_VerifyStateless() (#134900)
Eric Snow 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
May 4, 2025
I
gh-132457: make staticmethod and classmethod generic (#132460)
Ivan Kirpichnikov committed
March 21, 2025
V
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
February 6, 2025
December 19, 2024
M
gh-127274: Defer nested methods (#128012)
mpage committed
December 5, 2024
S
gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)
Sam Gross committed
November 21, 2024
M
October 30, 2024
X
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang committed
October 24, 2024
S
gh-124218: Avoid refcount contention on builtins module (GH-125847)
Sam Gross committed
October 21, 2024
S
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Sam Gross committed
October 17, 2024
Z
gh-125017: Fix refleak from GH-125636 (GH-125664)
Zachary Ware committed
J
gh-125017: Fix crash on premature access to classmethod/staticmethod annotations (#125636)
Jelle Zijlstra committed
October 15, 2024
S
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross committed
October 8, 2024
October 2, 2024
V
gh-111178: Fix function signatures in funcobject.c (#124908)
Victor Stinner committed
July 24, 2024
S
gh-122229: Add missing `Py_DECREF` in `func_get_annotation_dict` (#122230)
sobolevn committed
May 31, 2024
J
gh-119180: Lazily wrap annotations on classmethod and staticmethod (#119864)
Jelle Zijlstra committed
May 22, 2024
J
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra committed
May 3, 2024
April 12, 2024
S
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross committed
March 21, 2024
G
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum committed
March 18, 2024
G
gh-116916: Remove separate next_func_version counter (#116918)
Guido van Rossum committed
January 25, 2024
M
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom committed
January 11, 2024
N
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
Nikita Sobolev committed
November 14, 2023
S
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
Serhiy Storchaka committed
November 13, 2023
S
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka committed
November 7, 2023
I
gh-81137: deprecate assignment of code object to a function of a mismatched type (#111823)
Irit Katriel committed
November 2, 2023
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
October 27, 2023
R
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-110163)
Raymond Hettinger committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
October 10, 2023
B
GH-104584: Fix refleak when tracing through calls (GH-110593)
Brandt Bucher committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed