]> granicus.if.org Git - python/commit
Issue #13169: The maximal repetition number in a regular expression has been
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 14:47:47 +0000 (16:47 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 14:47:47 +0000 (16:47 +0200)
commit70ca0210e8958d2665541ddd38fce2965075674e
treef24e31538d932eebe73bdb07079096cabeb0e50a
parentb19ed57d8d75b1183193558a9880db44b95157b3
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c
Modules/sre.h