summaryrefslogtreecommitdiffstats
path: root/Python/intrinsics.c
Commit message (Collapse)AuthorAgeFilesLines
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-061-0/+16
| | | * Remove UNARY_POSITIVE, LIST_TO_TUPLE and ASYNC_GEN_WRAP, replacing them with intrinsics.
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-051-0/+194
* Remove PRINT_EXPR instruction * Remove STOPITERATION_ERROR instruction * Remove IMPORT_STAR instruction