cpython/Lib/re
Serhiy Storchaka f703c96cf0
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
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.
2022-04-26 21:07:25 +03:00
..
__init__.py bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300) 2022-04-06 19:53:50 +03:00
_casefix.py gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660) 2022-04-22 21:37:46 +03:00
_compiler.py gh-91870: Remove unsupported SRE opcode CALL (GH-91872) 2022-04-26 21:07:25 +03:00
_constants.py gh-91870: Remove unsupported SRE opcode CALL (GH-91872) 2022-04-26 21:07:25 +03:00
_parser.py gh-91870: Remove unsupported SRE opcode CALL (GH-91872) 2022-04-26 21:07:25 +03:00