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, gregory.p.smith, jcea, jwilk, loewis, mark.dickinson, martin.panter, matejcik, nnorwitz, pitrou, python-dev, serhiy.storchaka, vstinner, xiang.zhang, ztane
Date 2016-07-24.07:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469346344.54.0.403285935836.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
It's cool, but I get one problem when writing tests. support.captured_stderr cannot capture the runtime error message. So we have nothing to do with the assertion and the test will always succeed even when overflow does happen (the message will be output). To solve this problem, we have to do io redirect in file descriptor level, I wonder does this deserve that?
History
Date User Action Args
2016-07-24 07:45:44xiang.zhangsetrecipients: + xiang.zhang, loewis, nnorwitz, gregory.p.smith, 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-07-24 07:45:44xiang.zhangsetmessageid: <1469346344.54.0.403285935836.issue1621@psf.upfronthosting.co.za>
2016-07-24 07:45:44xiang.zhanglinkissue1621 messages
2016-07-24 07:45:44xiang.zhangcreate