commit | 0daf72194bd4e31de7f12020685bb39a14d6f45e | [log] [tgz] |
---|---|---|
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | Mon Jan 24 21:53:27 2022 -0500 |
committer | GitHub <noreply@github.com> | Mon Jan 24 21:53:27 2022 -0500 |
tree | 829de3225fde1183fd0ad337af070361daa316e6 | |
parent | 7c26472d09548905d8c158b26b6a2b12de6cdc32 [diff] |
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) * bpo-46503: Prevent an assert from firing. Also fix one nearby tiny PEP-7 nit. * Added blurb.