COMMITS
/ Objects/codeobject.c November 5, 2025
V
[3.13] gh-140815: Fix faulthandler for invalid/freed frame (#140921) (#140985)
Victor Stinner committed
July 1, 2025
April 7, 2025
March 8, 2025
March 5, 2025
M
[3.13] gh-130851: Don't crash when deduping unusual code constants (GH-130853) (#130880)
Miss Islington (bot) committed
February 28, 2025
V
[3.13] Postpone <stdbool.h> inclusion after Python.h (#130641) (#130675)
Victor Stinner committed
December 5, 2024
November 21, 2024
M
[3.13] gh-127020: Make `PyCode_GetCode` thread-safe for free threading (GH-127043) (GH-127107)
Miss Islington (bot) committed
July 17, 2024
M
[3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903) (GH-121904)
Miss Islington (bot) committed
June 24, 2024
P
June 4, 2024
M
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
Miss Islington (bot) committed
June 3, 2024
S
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross committed
May 7, 2024
S
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross committed
May 6, 2024
S
gh-118527: Intern code name and filename on default build (#118576)
Sam Gross committed
May 3, 2024
S
gh-118527: Intern filename, name, and qualname in code objects. (#118558)
Sam Gross committed
May 1, 2024
M
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
Mark Shannon committed
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 16, 2024
S
gh-117376: Make code objects use deferred reference counting (#117823)
Sam Gross committed
April 12, 2024
S
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Serhiy Storchaka committed
March 22, 2024
G
gh-108716:: Remove _PyStaticCode_Init/Fini (#117141)
Guido van Rossum 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
February 12, 2024
B
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher committed
November 8, 2023
J
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra committed
November 2, 2023
I
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
Irit Katriel committed
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
September 22, 2023
September 9, 2023
T
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Tian Gao committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
September 7, 2023
D
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
Dong-hee Na committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
August 21, 2023
D
gh-107265: Fix code_hash for ENTER_EXECUTOR case (#108188)
Dong-hee Na committed
D
gh-107265: Fix code_richcompare for ENTER_EXECUTOR case (gh-108165)
Dong-hee Na committed
August 17, 2023
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
August 16, 2023
I
August 7, 2023
S
gh-86457: Fix signature for code.replace() (GH-23199)
Serhiy Storchaka committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 22, 2023
V
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner committed
June 29, 2023
S
Fix possible refleak in CodeType.replace() (GH-106243)
Serhiy Storchaka committed
June 19, 2023
M
GH-104584: Assorted fixes for the optimizer API. (GH-105683)
Mark Shannon committed
June 14, 2023
June 2, 2023
M
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
April 3, 2023
N
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Nikita Sobolev committed
March 8, 2023
C
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer committed
February 28, 2023
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed