whatsnew: dis.stack_effect (#19722).

This commit is contained in:
R David Murray 2014-03-09 21:07:37 -04:00
parent 9561ce2f0f
commit 7ad765169c
1 changed files with 4 additions and 0 deletions

View 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
-------