summaryrefslogtreecommitdiffstats
path: root/Python/ceval_macros.h
Commit message (Expand)AuthorAgeFilesLines
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-45/+16
* gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)gaogaotiantian2023-03-181-0/+1
* GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. ...Mark Shannon2023-03-131-0/+20
* gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)Steve Dower2023-02-201-9/+9
* gh-98831: Modernize CALL and family (#101508)Guido van Rossum2023-02-081-0/+3
* GH-98831: Move assorted macros from ceval.h to a new header (#101116)Guido van Rossum2023-01-181-0/+349