summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-09-18 06:54:26 (GMT)
committerGitHub <noreply@github.com>2018-09-18 06:54:26 (GMT)
commit7bdf28265aa371b39f82dfc6562635801aff15a5 (patch)
tree594df8e94f169b57113ace706e148ddffa5b61a2 /Misc/NEWS.d/next/C API
parentb042cf10c6084d14279c55a7e0d2d7595ff4e694 (diff)
downloadcpython-7bdf28265aa371b39f82dfc6562635801aff15a5.zip
cpython-7bdf28265aa371b39f82dfc6562635801aff15a5.tar.gz
cpython-7bdf28265aa371b39f82dfc6562635801aff15a5.tar.bz2
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Add C API function PyCompile_OpcodeStackEffectWithJump().
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r--Misc/NEWS.d/next/C API/2018-07-08-12-06-18.bpo-32455.KVHlkz.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2018-07-08-12-06-18.bpo-32455.KVHlkz.rst b/Misc/NEWS.d/next/C API/2018-07-08-12-06-18.bpo-32455.KVHlkz.rst
new file mode 100644
index 0000000..f28be87
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2018-07-08-12-06-18.bpo-32455.KVHlkz.rst
@@ -0,0 +1 @@
+Added :c:func:`PyCompile_OpcodeStackEffectWithJump`.