COMMITS
/ Objects/codeobject.c November 23, 2023
T
November 8, 2023
M
[3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-110586) (#111866)
Miss Islington (bot) committed
August 16, 2023
S
[3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744)
Serhiy Storchaka committed
June 29, 2023
M
[3.12] Fix possible refleak in CodeType.replace() (GH-106243) (GH-106244)
Miss Islington (bot) 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
January 10, 2023
B
GH-100117: Make `co_lines` more efficient (GH-100447)
Brandt Bucher committed
January 4, 2023
M
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon committed
December 23, 2022
D
gh-94155: Reduce hash collisions for code objects (#100183)
Dennis Sweeney committed
December 14, 2022
I
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher committed
M
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
Mark Shannon committed
December 9, 2022
M
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon committed
December 2, 2022
I
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher committed
November 29, 2022
V
gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Victor Stinner committed
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
November 2, 2022
B
GH-98686: Quicken everything (GH-98687)
Brandt Bucher committed
October 11, 2022
K
gh-95756: Free and NULL-out code caches when needed (GH-98181)
Ken Jin committed
K
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin committed
October 5, 2022
B
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
Brandt Bucher committed
October 3, 2022
N
gh-94808: `_PyLineTable_StartsLine` was not used (GH-96609)
Nikita Sobolev committed
August 23, 2022
P
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH-96188)
Pablo Galindo Salgado committed
August 4, 2022
K
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin committed
August 1, 2022
B
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
Brandt Bucher committed
July 22, 2022
B
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher committed
July 21, 2022
K
Fix PyCode_Addr2Location when addrq < 0 (GH-95091)
Ken Jin committed
July 1, 2022
M
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
Mark Shannon committed
June 28, 2022
P
gh-88116: Avoid undefined behavior when decoding varints in code objects (#94375)
Pablo Galindo Salgado committed
June 24, 2022
K
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Ken Jin committed
June 20, 2022
I
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)
Irit Katriel committed
M
GH-93516: Speedup line number checks when tracing. (GH-93763)
Mark Shannon committed
June 14, 2022
M
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
Mark Shannon committed
June 12, 2022
K
gh-93728: fix memory leak in deepfrozen code objects (GH-93729)
Kumar Aditya committed
June 3, 2022
K
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Ken Jin committed
May 19, 2022
K
GH-92955: fix memory leak in code object lines and positions iterators (gh-92956)
Kumar Aditya 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