]> granicus.if.org Git - python/commit
Issue #18647: Correctly bound calculated min/max width of a subexpression.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Aug 2013 19:53:46 +0000 (22:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Aug 2013 19:53:46 +0000 (22:53 +0300)
commit34ecb118f116d4564a82bd16650d643f26ee989b
treed25921ff4d94572de0adc57ffca4c21f9fdb0f2d
parent10107813acc9a9c5895f4e00e264bc605443c538
Issue #18647: Correctly bound calculated min/max width of a subexpression.

Now max width is MAXREPEAT on 32- and 64-bit platforms when one of
subexpressions is unbounded repetition.
Lib/sre_parse.py