Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

After resolving issue24340 I'm going to add PyCompile_OpcodeStackEffect() that 
takes an additional integer argument, and add an optional tristate argument to 
dis.stack_effect(). If it is True, return the effect when jump, if it is false, 
return the effect when not jump, when omitted or None, return the maximal 
effect.

----------
dependencies: +co_stacksize estimate can be highly off

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32455>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to