[issue24580] Wrong or missing exception when compiling regexes with recursive named backreferences

Serhiy Storchaka report at bugs.python.org
Tue Jul 7 11:37:20 CEST 2015


Serhiy Storchaka added the comment:

It is questionable if an exception should be raised in older Python versions. Here is a patch for 3.4 that just issues a warning.

----------
Added file: http://bugs.python.org/file39880/re_open_group_symbolic_ref-3.4.patch

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


More information about the Python-bugs-list mailing list