]> 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:04 +0000 (22:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Aug 2013 19:53:04 +0000 (22:53 +0300)
commit20c3dd25c01d0154c611f5acea72a48f3e09b4d7
tree9787c70465d8b7941304c04bc30581d907219b27
parent13aa7818ac01bbbc26e69108cda6f67993c69c5f
parent9d96542b6d1f5c470a60f21d0d8b4ee3edcb17f9
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.