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 xiang.zhang
Recipients Jeffrey.Walton, alex, alexandre.vassalotti, christian.heimes, deadshort, dmalcolm, donmez, fweimer, jcea, jwilk, loewis, mark.dickinson, martin.panter, matejcik, nnorwitz, pitrou, python-dev, serhiy.storchaka, vstinner, xiang.zhang, ztane
Date 2016-08-02.05:10:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470114657.72.0.284212955625.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
I agree. For multibytecode, how about switching the positions of the two checks? If npendings + ctx->pendingsize overflows, the result can be anything, larger, smaller than or equal to MAXDECPENDING. For ast, although a SystemError may be raised but the message seems not obvious to the reason.
History
Date User Action Args
2016-08-02 05:10:57xiang.zhangsetrecipients: + xiang.zhang, loewis, nnorwitz, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, alexandre.vassalotti, donmez, matejcik, jwilk, alex, dmalcolm, python-dev, deadshort, martin.panter, serhiy.storchaka, ztane, fweimer, Jeffrey.Walton
2016-08-02 05:10:57xiang.zhangsetmessageid: <1470114657.72.0.284212955625.issue1621@psf.upfronthosting.co.za>
2016-08-02 05:10:57xiang.zhanglinkissue1621 messages
2016-08-02 05:10:57xiang.zhangcreate