]> granicus.if.org Git - python/commit
Swap two statements in the dedent check loop. This makes absolutely
authorGuido van Rossum <guido@python.org>
Mon, 16 Feb 1998 22:18:00 +0000 (22:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Feb 1998 22:18:00 +0000 (22:18 +0000)
commit54758fa8ca97123b48b6887d13eaffa642aabc48
tree802371cf5a6107be6653d38794c69c0facd4bc13
parentfac431e7d5e7013ceef5f3caa4dc2826aa4f77de
Swap two statements in the dedent check loop.  This makes absolutely
no difference, but avoids triggering an optimizer bug in the AIX
compiler where the loop unrolling does the wrong thing...
Parser/tokenizer.c