Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-91870: Remove unsupported SRE opcode CALL (GH-91872) | Serhiy Storchaka | 2022-04-26 | 1 | -2/+1 |
| | | | | | | | 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. | ||||
* | gh-91404: Use computed gotos and reduce indirection in re (#91495) | Brandt Bucher | 2022-04-15 | 1 | -0/+59 |