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 brett.cannon, brian.curtin, pitrou
Date 2012-04-16.11:38:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334576324.57.0.944762137092.issue14593@psf.upfronthosting.co.za>
In-reply-to
Content
The PyErr_SetFromImportErrorWithNameAndPath implementation never checks for the various results returned by the C API functions it invokes.

(also, it needs documenting, see python-dev)

As for PyErr_SetExcWithArgsKwargs, there's a potential refleak when args is NULL.
History
Date User Action Args
2012-04-16 11:38:44pitrousetrecipients: + pitrou, brett.cannon, brian.curtin
2012-04-16 11:38:44pitrousetmessageid: <1334576324.57.0.944762137092.issue14593@psf.upfronthosting.co.za>
2012-04-16 11:38:43pitroulinkissue14593 messages
2012-04-16 11:38:43pitroucreate