This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith, gregory.p.smith, lys.nikolaou, miss-islington, pablogsal
Date 2022-01-25.03:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643080399.01.0.676195452315.issue46503@roundup.psfhosted.org>
In-reply-to
Content
New changeset 894e8c13484822458d53cc77c9265b7a88450a4b by Miss Islington (bot) in branch '3.10':
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (GH-30866)
https://github.com/python/cpython/commit/894e8c13484822458d53cc77c9265b7a88450a4b
History
Date User Action Args
2022-01-25 03:13:19eric.smithsetrecipients: + eric.smith, gregory.p.smith, lys.nikolaou, pablogsal, miss-islington
2022-01-25 03:13:19eric.smithsetmessageid: <1643080399.01.0.676195452315.issue46503@roundup.psfhosted.org>
2022-01-25 03:13:19eric.smithlinkissue46503 messages
2022-01-25 03:13:18eric.smithcreate