]> 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:55:54 +0000 (16:55 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 14:55:54 +0000 (16:55 +0200)
commit165ee9645b6518f36c3ec23d0e64d2956e42c5c4
tree30646ddd2223b92181f05b334089a8526a2e00fd
parent178e6fef9e8f6248dcc77022d0f448b33698ad8f
parenta0eb80999538febe046164bae541d3f07b899dfb
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).
Misc/NEWS
Modules/_sre.c