summaryrefslogtreecommitdiffstats
path: root/Include/cpython/code.h
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-43693: Add _PyCode_New(). (gh-26375)Eric Snow2021-05-271-1/+1
* bpo-43693: Clean up the PyCodeObject fields. (GH-26364)Eric Snow2021-05-261-13/+44
* bpo-44032: Move data stack to thread from FrameObject. (GH-26076)Mark Shannon2021-05-211-1/+1
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-071-2/+3
* bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)Mark Shannon2021-04-291-3/+8
* bpo-42246: Partial implementation of PEP 626. (GH-23113)Mark Shannon2020-11-121-7/+21
* bpo-40421: Add Include/cpython/code.h header file (GH-19756)Victor Stinner2020-04-281-0/+165