]> 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:15 +0000 (16:47 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 14:47:15 +0000 (16:47 +0200)
commite18e05cce92182e7f852e2d1569904190b8a9a40
tree6a9b85ad22229c378de5f57e579c8b2296d5c5b0
parent94bf697b01f56b99bfd3edaf72b7f4893d80c122
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