mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
4 lines
253 B
ReStructuredText
4 lines
253 B
ReStructuredText
Replace all ``EXTENDED_ARG_QUICK`` instructions with basic
|
|
:opcode:`EXTENDED_ARG` instructions in unquickened code. Consumers of
|
|
non-adaptive bytecode should be able to handle extended arguments the same
|
|
way they were handled in CPython 3.10 and older.
|