[issue34428] tokenize

Luke Kenneth Casson Leighton report at bugs.python.org
Sat Aug 18 06:47:06 EDT 2018


Luke Kenneth Casson Leighton <lkcl at lkcl.net> added the comment:

these two line also pass (do not throw an exception):

co = re.compile(
            r"\(")

the code that fails may be further reduced to the following:

(
"\(")

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34428>
_______________________________________


More information about the Python-bugs-list mailing list