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 mark.dickinson
Recipients eric.smith, larry, loewis, mark.dickinson, serhiy.storchaka
Date 2012-05-04.13:43:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336138998.81.0.962683617344.issue14705@psf.upfronthosting.co.za>
In-reply-to
Content
In this line in the patch (Python/getargs.c):

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

Isn't that call to PyErr_Occurred() redundant?
History
Date User Action Args
2012-05-04 13:43:18mark.dickinsonsetrecipients: + mark.dickinson, loewis, larry, eric.smith, serhiy.storchaka
2012-05-04 13:43:18mark.dickinsonsetmessageid: <1336138998.81.0.962683617344.issue14705@psf.upfronthosting.co.za>
2012-05-04 13:43:18mark.dickinsonlinkissue14705 messages
2012-05-04 13:43:18mark.dickinsoncreate