[issue20426] Compiling a regex with re.DEBUG should force a recompile

Roundup Robot report at bugs.python.org
Mon Feb 3 21:01:52 CET 2014


Roundup Robot added the comment:

New changeset a7b180d5df5f by Antoine Pitrou in branch '3.3':
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.
http://hg.python.org/cpython/rev/a7b180d5df5f

New changeset a8bcfa290e68 by Antoine Pitrou in branch 'default':
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.
http://hg.python.org/cpython/rev/a8bcfa290e68

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20426>
_______________________________________


More information about the Python-bugs-list mailing list