Message271803
| 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:57 | xiang.zhang | set | recipients:
+ 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:57 | xiang.zhang | set | messageid: <1470114657.72.0.284212955625.issue1621@psf.upfronthosting.co.za> |
| 2016-08-02 05:10:57 | xiang.zhang | link | issue1621 messages |
| 2016-08-02 05:10:57 | xiang.zhang | create | |
|