]> 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)
commitab4a69158b93ce8bae450a4d3b588d220aab7aea
treeab8a7fac013379caf0778a695e2c91a3db9536f1
parentcc798377b76050d65e1a3c86b7f026d37bca63af
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