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 malin
Recipients Greg Price, belopolsky, ezio.melotti, lemburg, loewis, malin, martin.panter, r.david.murray, serhiy.storchaka, terry.reedy, vstinner
Date 2019-08-08.05:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565241400.55.0.335172887227.issue18236@roundup.psfhosted.org>
In-reply-to
Content
Greg, could you try this code after your patch?

>>> import re
>>> re.match(r'\s', '\x1e')
<re.Match object; span=(0, 1), match='\x1e'>  # <- before patch
History
Date User Action Args
2019-08-08 05:16:40malinsetrecipients: + malin, lemburg, loewis, terry.reedy, belopolsky, vstinner, ezio.melotti, r.david.murray, martin.panter, serhiy.storchaka, Greg Price
2019-08-08 05:16:40malinsetmessageid: <1565241400.55.0.335172887227.issue18236@roundup.psfhosted.org>
2019-08-08 05:16:40malinlinkissue18236 messages
2019-08-08 05:16:40malincreate