-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
dis: Show names of intrinsics #103963
Copy link
Copy link
Closed
Labels
3.12only security fixesonly security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
For
CALL_INTRINSIC_*opcodes,discurrently just shows the number, which makes it hard to figure out what the code actually does:It would be nice if this instead said
Possible implementation strategy:
pycore_intrinsics.his generated from opcode.py (bonus: we no longer have to manually update MAX_INTRINSIC_1)dislearns to read the intrinsic names from opcode.pyLinked PRs