| commit | 6ccfa31421393910b52936e0447625db06f2a655 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Fri Apr 22 18:35:28 2022 +0300 |
| committer | GitHub <noreply@github.com> | Fri Apr 22 18:35:28 2022 +0300 |
| tree | 825f9f3bcd6c14f5bab82ee08d55988f8748a168 | |
| parent | 2f233fceae9a0c5e66e439bc0169b36547ba47c3 [diff] |
gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665) re.error is now raised instead of TypeError.