COMMITS
/ Objects/codeobject.c 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
June 3, 2021
May 27, 2021
E
bpo-43693: Add _PyCode_New(). (gh-26375)
Eric Snow committed
May 26, 2021
E
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Eric Snow committed
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon committed
May 19, 2021
E
bpo-43693: Group the code in codeobject.c logically. (gh-26216)
Eric Snow committed
May 7, 2021
M
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon committed
April 29, 2021
M
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Mark Shannon committed
April 1, 2021
M
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Mark Shannon committed
January 30, 2021
P
bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384)
Pablo Galindo committed
January 5, 2021
M
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 12, 2020
M
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon committed
October 20, 2020
P
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo committed
July 10, 2020
S
bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)
Serhiy Storchaka committed
June 22, 2020
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
June 10, 2020
A
Restrict co_code to be under INT_MAX in codeobject (GH-20628)
Ammar Askar committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
April 7, 2020
V
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
January 27, 2020
V
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215)
Victor Stinner committed
January 1, 2020
A
Document CodeType.replace (GH-17776)
Anthony Sottile committed
November 27, 2019
S
July 1, 2019