]> granicus.if.org Git - python/commit
Issue #19722: Added opcode.stack_effect(), which accurately
authorLarry Hastings <larry@hastings.org>
Sat, 23 Nov 2013 22:49:22 +0000 (14:49 -0800)
committerLarry Hastings <larry@hastings.org>
Sat, 23 Nov 2013 22:49:22 +0000 (14:49 -0800)
commit3a9079742f2d71e6968823e155f3778473113538
tree742dd59d633f184a06858baec56ab83c20192e59
parent8d0d369067462080f5ea9d50416a12bee0ef3a6a
Issue #19722: Added opcode.stack_effect(), which accurately
computes the stack effect of bytecode instructions.
Doc/library/dis.rst
Include/compile.h
Lib/opcode.py
Lib/test/test__opcode.py [new file with mode: 0644]
Misc/NEWS
Modules/_opcode.c [new file with mode: 0644]
Python/compile.c
setup.py