Skip to content

Remove support for legacy bytecode instructions - #105705

Merged
gvanrossum merged 2 commits into
python:mainfrom
gvanrossum:no-legacy
Jun 12, 2023
Merged

Remove support for legacy bytecode instructions#105705
gvanrossum merged 2 commits into
python:mainfrom
gvanrossum:no-legacy

Conversation

@gvanrossum

Copy link
Copy Markdown
Member

(A legacy instruction is of the form instr(FOOBAR), i.e. missing the (... -- ...) stack/cache effect annotation.)

(A legacy instruction is of the form `instr(FOOBAR)`,
i.e. missing the `(... -- ...)` stack/cache effect annotation.)
@gvanrossum
gvanrossum merged commit 9544948 into python:mainJun 12, 2023
@gvanrossum
gvanrossum deleted the no-legacy branch June 12, 2023 19:56
carljm added a commit to carljm/cpython that referenced this pull request Jun 12, 2023
* main:
pythongh-105540: Fix code generator tests (python#105707)
pythongh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields (python#105686)
pythongh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (python#105641)
Remove support for legacy bytecode instructions (python#105705)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@gvanrossum@carljm@bedevere-bot