]> granicus.if.org Git - python/commit
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Apr 2018 19:04:06 +0000 (22:04 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Apr 2018 19:04:06 +0000 (22:04 +0300)
commit57faf348872d1d0af1808c82f535cf220d64b028
tree9c6d67a4920409a1701c14c2997e260f2c962c13
parente9d9494d6b2a5e0c2d48d22c7f0d5e95504b4f7e
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)

Added tests to ensure that all defined opcodes are supported.
Lib/test/test__opcode.py
Misc/NEWS.d/next/Library/2018-04-22-20-13-21.bpo-33334.19UMOC.rst [new file with mode: 0644]
Python/compile.c