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 pitrou
Recipients pitrou, vstinner
Date 2011-07-01.10:28:03
SpamBayes Score 0.03287835
Marked as misclassified No
Message-id <1309516084.49.0.84073824545.issue12462@psf.upfronthosting.co.za>
In-reply-to
Content
You don't *need* to call PyErr_CheckSignals() explicitly, PyErr_SetFromErrno() does it for you.
History
Date User Action Args
2011-07-01 10:28:04pitrousetrecipients: + pitrou, vstinner
2011-07-01 10:28:04pitrousetmessageid: <1309516084.49.0.84073824545.issue12462@psf.upfronthosting.co.za>
2011-07-01 10:28:03pitroulinkissue12462 messages
2011-07-01 10:28:03pitroucreate