New submission from garcia <ronald.gar...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue4763> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com