]> granicus.if.org Git - python/commitdiff
whatsnew: dis.stack_effect (#19722).
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 01:07:37 +0000 (21:07 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 01:07:37 +0000 (21:07 -0400)
Doc/whatsnew/3.4.rst

index 45fc6540f8cb7c30f0aa23a96403dc8045c5d99a..d2745f5c9f420f8c5fb157b966592cf72c1262ae 100644 (file)
@@ -696,6 +696,10 @@ to ``distb(tb)``).
 (Contributed by Nick Coghlan, Ryan Kelly and Thomas Kluyver in :issue:`11816`
 and Claudiu Popa in :issue:`17916`)
 
+New function :func:`~dis.stack_effect` computes the effect on the Python stack
+of a given opcode and argument, information that is not otherwise available.
+(Contributed by Larry Hastings in :issue:`19722`.)
+
 
 doctest
 -------