COMMITS
/ Objects/codeobject.c August 9, 2023
S
[3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746)
Serhiy Storchaka committed
June 29, 2023
M
[3.11] Fix possible refleak in CodeType.replace() (GH-106243) (GH-106245)
Miss Islington (bot) committed
October 5, 2022
M
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97886)
Miss Islington (bot) committed
August 23, 2022
M
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH-96188)
Miss Islington (bot) committed
August 4, 2022
M
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
Miss Islington (bot) committed
August 1, 2022
M
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
Miss Islington (bot) committed
July 22, 2022
B
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143)
Brandt Bucher committed
July 21, 2022
M
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)
Miss Islington (bot) committed
July 4, 2022
M
[3.11] GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371) (#94482)
Miss Islington (bot) committed
June 28, 2022
M
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon committed
M
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-94375)
Miss Islington (bot) committed
June 23, 2022
June 22, 2022
M
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127)
Mark Shannon committed
June 20, 2022
M
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961) (GH-94032)
Miss Islington (bot) committed
May 3, 2022
D
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney committed
K
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed
April 21, 2022
M
M
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Mark Shannon committed
April 7, 2022
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
April 1, 2022
B
bpo-46841: Use a `bytes` object for `_co_code_adaptive` (GH-32205)
Brandt Bucher committed
B
bpo-46841: Avoid unnecessary allocations in code object comparisons (GH-32222)
Brandt Bucher committed
March 21, 2022
B
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher committed
March 7, 2022
B
bpo-46841: Use inline caching for calls (GH-31709)
Brandt Bucher committed
February 26, 2022
K
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya committed
February 25, 2022
V
bpo-45316: Move private PyCode C API to internal C API (GH-31576)
Victor Stinner committed
February 24, 2022
M
Add (undocumented) _co_quickened attribute for code object. (GH-31552)
Mark Shannon committed
February 23, 2022
February 17, 2022
R
bpo-46745: Fix typo in PositionsIterator (#31322)
Robert-André Mauchin committed
February 9, 2022
K
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
Kumar Aditya committed
January 27, 2022
C
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
Christian Heimes committed
K
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya committed
December 2, 2021
V
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner committed
November 27, 2021
S
bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)
Steve Dower committed
October 4, 2021
S
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
Serhiy Storchaka committed
August 16, 2021
G
Fix a SystemError in code.replace() (#27771)
Guido van Rossum committed
July 16, 2021
K
Remove legacy opcache structs (GH-27164)
Ken Jin committed
July 7, 2021
A
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar committed
G
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta committed
July 4, 2021
B
bpo-43950: use 0-indexed column offsets for bytecode positions (GH-27011)
Batuhan Taskaya committed
July 2, 2021
P
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo committed
June 23, 2021
G
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Guido van Rossum committed
June 21, 2021
G
bpo-43693: Turn localspluskinds into an object (GH-26749)
Guido van Rossum committed
June 15, 2021
E
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow committed
June 14, 2021
M
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon committed
June 12, 2021
S
Add more const modifiers. (GH-26691)
Serhiy Storchaka committed
June 7, 2021
E
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow committed
M
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon committed
June 4, 2021
P
M
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon committed