Skip to content

gh-91870: Remove unsupported SRE opcode CALL#91872

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:re-removeo-opcode-CALL
Apr 26, 2022
Merged

gh-91870: Remove unsupported SRE opcode CALL#91872
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:re-removeo-opcode-CALL

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Apr 24, 2022

Copy link
Copy Markdown
Member

It was initially added to support atomic groups, but that
support was never fully implemented, and CALL was only left
in the compiler, but not interpreter and parser.

ATOMIC_GROUP is now used to support atomic groups.

Closes #91870.

It was initially added to support atomic groups, but that
support was never fully implemented, and CALL was only left
in the compiler, but not interpreter and parser.

ATOMIC_GROUP is now used to support atomic groups.
Sign up for free to 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.

Remove unsupported SRE opcode CALL

3 participants