Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bpo-43693: Add _PyCode_New(). (gh-26375) | Eric Snow | 2021-05-27 | 1 | -1/+1 | |
* | bpo-43693: Clean up the PyCodeObject fields. (GH-26364) | Eric Snow | 2021-05-26 | 1 | -13/+44 | |
* | bpo-44032: Move data stack to thread from FrameObject. (GH-26076) | Mark Shannon | 2021-05-21 | 1 | -1/+1 | |
* | bpo-40222: "Zero cost" exception handling (GH-25729) | Mark Shannon | 2021-05-07 | 1 | -2/+3 | |
* | bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) | Mark Shannon | 2021-04-29 | 1 | -3/+8 | |
* | bpo-42246: Partial implementation of PEP 626. (GH-23113) | Mark Shannon | 2020-11-12 | 1 | -7/+21 | |
* | bpo-40421: Add Include/cpython/code.h header file (GH-19756) | Victor Stinner | 2020-04-28 | 1 | -0/+165 | |