Commit 39fb649e authored by R David Murray's avatar R David Murray

whatsnew: dis.stack_effect (#19722).

parent 4a67ce19
...@@ -696,6 +696,10 @@ to ``distb(tb)``). ...@@ -696,6 +696,10 @@ to ``distb(tb)``).
(Contributed by Nick Coghlan, Ryan Kelly and Thomas Kluyver in :issue:`11816` (Contributed by Nick Coghlan, Ryan Kelly and Thomas Kluyver in :issue:`11816`
and Claudiu Popa in :issue:`17916`) 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 doctest
------- -------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment