[New-bugs-announce] [issue4763] PyErr_GivenExceptionMatches documentation out of date

garcia report at bugs.python.org
Sun Dec 28 21:13:28 CET 2008


New submission from garcia <ronald.garcia at rice.edu>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 78429
nosy: garcia, georg.brandl
severity: normal
status: open
title: PyErr_GivenExceptionMatches documentation out of date
versions: Python 2.5, Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4763>
_______________________________________


More information about the New-bugs-announce mailing list