This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients eric.snow, larry, ncoghlan, serhiy.storchaka
Date 2018-01-03.18:19:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515003580.6.0.467229070634.issue32455@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-01-03 18:19:40serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, larry, eric.snow
2018-01-03 18:19:40serhiy.storchakasetmessageid: <1515003580.6.0.467229070634.issue32455@psf.upfronthosting.co.za>
2018-01-03 18:19:39serhiy.storchakalinkissue32455 messages
2018-01-03 18:19:39serhiy.storchakacreate