cpython: 4faf9b73c3df (original) (raw)

Mercurial > cpython

changeset 85002:4faf9b73c3df

Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy. [#18647]

Serhiy Storchaka storchaka@gmail.com
date Sat, 03 Aug 2013 23:47:48 +0300
parents e9cecb612ff7(current diff)c243896e12be(diff)
children 1b4772ab420f
files Lib/sre_compile.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Lib/sre_compile.py 4

line wrap: on

line diff

--- a/Lib/sre_compile.py +++ b/Lib/sre_compile.py @@ -351,8 +351,8 @@ def _optimize_unicode(charset, fixup): def _simple(av): # check if av is a "simple" operator lo, hi = av[2].getwidth()