SIGN IN SIGN UP

bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)

In rare cases, capturing group could get wrong result.

Regular expression engines in Perl and Java have similar bugs.
The new behavior now matches the behavior of more modern
RE engines: in the regex module and in PHP, Ruby and Node.js.
M
Ma Lin committed
356997cccc21a3391175d20e9ef03d434675b496
Parent: 7881549
Committed by GitHub <noreply@github.com> on 3/29/2022, 2:31:01 PM