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 brian.curtin
Recipients brian.curtin, pitrou
Date 2012-04-17.02:43:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334630588.54.0.529341654347.issue14600@psf.upfronthosting.co.za>
In-reply-to
Content
How about this patch? Adds NULL checking and merges PyErr_SetExcWithArgsKwargs inside PyErr_SetImportError since it's not needed by itself. Docs are also updated in line with these changes.
History
Date User Action Args
2012-04-17 02:43:08brian.curtinsetrecipients: + brian.curtin, pitrou
2012-04-17 02:43:08brian.curtinsetmessageid: <1334630588.54.0.529341654347.issue14600@psf.upfronthosting.co.za>
2012-04-17 02:43:07brian.curtinlinkissue14600 messages
2012-04-17 02:43:07brian.curtincreate