[issue14600] Change ImportError reference handling, naming

Brian Curtin report at bugs.python.org
Tue Apr 17 04:43:08 CEST 2012


Brian Curtin <brian at python.org> added the comment:

How about this patch? Adds NULL checking and merges PyErr_SetExcWithArgsKwargs inside PyErr_SetImportError since it's not needed by itself. Docs are also updated in line with these changes.

----------
Added file: http://bugs.python.org/file25248/issue14600.diff

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


More information about the Python-bugs-list mailing list