]> 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:54:33 +0000 (16:54 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 14:54:33 +0000 (16:54 +0200)
commita0eb80999538febe046164bae541d3f07b899dfb
tree05b2bdfb56f6ef914c35602f5b4813f645f7abb7
parent293ab9728aafc86e33b268049ce598dccf56ff51
parent70ca0210e8958d2665541ddd38fce2965075674e
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_parse.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c
Modules/sre.h