]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 4 Aug 2006 16:20:30 +0000 (16:20 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 4 Aug 2006 16:20:30 +0000 (16:20 +0000)
commit06ded09d4048bf44ce9b61c82494cf0a0825412c
tree5aa766517b8a84d0d4d048dcd3c62f78638da8e0
parent45381938e940279df3962f6ebe01efb8375198a3
Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.
In the 2.5 development cycle, MAKE_CLOSURE as changed to take free
variables as a tuple rather than as individual items on the stack.
Closes patch #1534084.
Lib/compiler/pycodegen.py
Lib/test/test_compiler.py
Misc/NEWS