]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 18 Sep 2014 01:06:50 +0000 (03:06 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 18 Sep 2014 01:06:50 +0000 (03:06 +0200)
commite7811fca5ed60ce84ee78327ed485f76a0a09814
tree2202d8f6218777b9468a7d289d677b346b281dff
parent87538e7bc46885d2ad2cce423603b45d182d6d40
Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block if there is no else-clause.

Original patch by Eugene Toder.
Lib/test/test_dis.py
Misc/NEWS
Python/compile.c