[docs] [issue17544] regex code re-raises exceptions on success

Zdeněk Pavlas report at bugs.python.org
Tue Mar 26 09:22:29 CET 2013


Zdeněk Pavlas added the comment:

Yes, found that *certain* IO operations re-raise the error, too.  However, if the Python runtime expects extension writers to keep tstate->curexc_type clear, it should be documented in

http://docs.python.org/2/c-api/exceptions.html

There's not a single use case of PyErr_Clear() mentioned.

----------
assignee:  -> docs at python
components: +Documentation -Regular Expressions
nosy: +docs at python

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


More information about the docs mailing list