commit | 9c18d783c38fca57a63b61aa778d8a8d18945d95 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Apr 22 21:08:49 2022 +0300 |
committer | GitHub <noreply@github.com> | Fri Apr 22 21:08:49 2022 +0300 |
tree | 159220c7d865223e90a10f44e247ac90f36438bd | |
parent | 9f8b9a3506fefeba01a18eda0e06c037393be4bf [diff] |
[3.10] gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665) (GH-91830) re.error is now raised instead of TypeError. (cherry picked from commit 6ccfa31421393910b52936e0447625db06f2a655)