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 gdr@garethrees.org
Recipients gdr@garethrees.org, mark.dickinson
Date 2012-03-21.09:55:10
SpamBayes Score 0.0011232686
Marked as misclassified No
Message-id <1332323711.07.0.396528666154.issue14376@psf.upfronthosting.co.za>
In-reply-to
Content
> Wouldn't you also have to deal with possible errors from the PyInt_AsLong call?

Good point. But I note that Python 3 just does

    exitcode = (int)PyLong_AsLong(value);

so maybe it's not important to do error handling here.
History
Date User Action Args
2012-03-21 09:55:11gdr@garethrees.orgsetrecipients: + gdr@garethrees.org, mark.dickinson
2012-03-21 09:55:11gdr@garethrees.orgsetmessageid: <1332323711.07.0.396528666154.issue14376@psf.upfronthosting.co.za>
2012-03-21 09:55:10gdr@garethrees.orglinkissue14376 messages
2012-03-21 09:55:10gdr@garethrees.orgcreate