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.

作者 mark.dickinson
收信人 eric.smith, larry, loewis, mark.dickinson, serhiy.storchaka
日期 2012-05-04.13:43:18
SpamBayes Score -1.0
Marked as misclassified
Message-id <1336138998.81.0.962683617344.issue14705@psf.upfronthosting.co.za>
In-reply-to
内容
In this line in the patch (Python/getargs.c):

+        if (val == -1 || PyErr_Occurred()) {

Isn't that call to PyErr_Occurred() redundant?
历史
日期 用户 动作 参数
2012-05-04 13:43:18mark.dickinson修改recipients: + mark.dickinson, loewis, larry, eric.smith, serhiy.storchaka
2012-05-04 13:43:18mark.dickinson修改messageid: <1336138998.81.0.962683617344.issue14705@psf.upfronthosting.co.za>
2012-05-04 13:43:18mark.dickinson链接issue14705 messages
2012-05-04 13:43:18mark.dickinson创建