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 matpi
Recipients Seth.Troisi, eric.smith, ezio.melotti, matpi, mrabarnett, rhettinger, serhiy.storchaka
Date 2020-06-19.11:11:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592565093.88.0.455473446709.issue39949@roundup.psfhosted.org>
In-reply-to
Content
Other pathological case: literal backslashes

```
>>> re.match(".*", r"\\\\\\")
<re.Match object; span=(0, 6), match='\\\\\\\\\\\\'>
```
History
Date User Action Args
2020-06-19 11:11:33matpisetrecipients: + matpi, rhettinger, eric.smith, ezio.melotti, mrabarnett, Seth.Troisi, serhiy.storchaka
2020-06-19 11:11:33matpisetmessageid: <1592565093.88.0.455473446709.issue39949@roundup.psfhosted.org>
2020-06-19 11:11:33matpilinkissue39949 messages
2020-06-19 11:11:33matpicreate