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 garcia
Recipients garcia, georg.brandl
Date 2008-12-28.20:13:27
SpamBayes Score 0.00030112165
Marked as misclassified No
Message-id <1230495208.55.0.311096414507.issue4763@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for PyErr_GivenExceptionMatches states that "If given is 
NULL, a memory access violation will occur."  However, looking at the 
code, this is not the case:  the function returns 0 (read: false).
It appears, rather, that this function always succeeds.
History
Date User Action Args
2008-12-28 20:13:28garciasetrecipients: + garcia, georg.brandl
2008-12-28 20:13:28garciasetmessageid: <1230495208.55.0.311096414507.issue4763@psf.upfronthosting.co.za>
2008-12-28 20:13:27garcialinkissue4763 messages
2008-12-28 20:13:27garciacreate