]> granicus.if.org Git - python/commit
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 May 2014 09:46:03 +0000 (11:46 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 May 2014 09:46:03 +0000 (11:46 +0200)
commit9961405ed122c0f91b063f3237ad47278ae72f62
treec3cc6c2ed0312469a8b5bfe526a4bc8eb7f13750
parente17de091012eb928c5734856eeaf2bb8f99e40c1
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler.

This also fixes a quadratic compilation time issue noticeable when compiling
code with a large number of "and" and "or" operators.
Lib/test/test_compile.py
Misc/NEWS
Python/compile.c