]> granicus.if.org Git - python/commit
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Sep 2018 06:54:26 +0000 (09:54 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Sep 2018 06:54:26 +0000 (09:54 +0300)
commit7bdf28265aa371b39f82dfc6562635801aff15a5
tree594df8e94f169b57113ace706e148ddffa5b61a2
parentb042cf10c6084d14279c55a7e0d2d7595ff4e694
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)

Add C API function PyCompile_OpcodeStackEffectWithJump().
Doc/library/dis.rst
Include/compile.h
Lib/test/test__opcode.py
Misc/NEWS.d/next/C API/2018-07-08-12-06-18.bpo-32455.KVHlkz.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2018-04-26-13-31-10.bpo-32455.KPWg3K.rst [new file with mode: 0644]
Modules/_opcode.c
Modules/clinic/_opcode.c.h
Python/compile.c