COMMITS
/ Lib/test/test_code.py May 2, 2026
N
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
Neko Asakura committed
April 25, 2026
S
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
sobolevn committed
March 23, 2026
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
January 7, 2026
June 13, 2025
E
May 30, 2025
E
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow committed
May 8, 2025
E
gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)
Eric Snow committed
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_GetXIData() (gh-133475)
Eric Snow committed
E
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow committed
E
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow committed
May 1, 2025
E
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow committed
April 30, 2025
E
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Eric Snow committed
April 29, 2025
E
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow committed
E
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow committed
March 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
March 6, 2025
T
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel committed
March 5, 2025
S
gh-130851: Don't crash when deduping unusual code constants (#130853)
Sam Gross committed
January 16, 2025
I
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel committed
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
November 8, 2024
X
gh-126072: Set docstring attribute for module and class (#126231)
Xuanteng Huang committed
October 30, 2024
X
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang committed
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 24, 2024
S
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra committed
May 7, 2024
S
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross committed
April 29, 2024
S
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross committed
April 16, 2024
S
gh-117683: Fix test_free_different_thread failures with GIL disabled (#117685)
Sam Gross committed
April 12, 2024
S
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
February 9, 2024
S
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross committed
December 13, 2023
September 9, 2023
T
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Tian Gao committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
August 17, 2023
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
April 24, 2023
R
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira 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
February 28, 2023
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 7, 2023
P
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy committed
January 10, 2023
B
GH-100117: Make `co_lines` more efficient (GH-100447)
Brandt Bucher committed
December 23, 2022
D
gh-94155: Reduce hash collisions for code objects (#100183)
Dennis Sweeney committed
December 7, 2022
I
gh-100077: make test_code.test_invalid_bytecode more robust and maintainable (#100078)
Irit Katriel committed
October 5, 2022
B
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
Brandt Bucher committed
September 20, 2022
S
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
serge-sans-paille committed
August 1, 2022
B
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
Brandt Bucher committed
July 18, 2022
M
Revert "gh-94816: Improve coverage of decode_linetable (GH-94853)" (GH-94982)
Michael Droettboom committed
July 14, 2022
M
gh-94816: Improve coverage of decode_linetable (GH-94853)
Michael Droettboom committed