]> granicus.if.org Git - python/commit
New functions for extension writers on Windows:
authorThomas Heller <theller@ctypes.org>
Mon, 29 Jul 2002 14:27:41 +0000 (14:27 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 29 Jul 2002 14:27:41 +0000 (14:27 +0000)
commit085358a3e208b4825dafa829798cfc125f56a2e4
treeace1ac831a2e29283383fd65071c34805dd23e07
parentb9e0764d8bc610d90d5aed9d8a97fe7643a2eeec
New functions for extension writers on Windows:
 PyErr_SetExcFromWindowsErr(), PyErr_SetExcFromWindowsErrWithFilename().

Similar to PyErr_SetFromWindowsErrWithFilename() and
PyErr_SetFromWindowsErr(), but they allow to specify
the exception type to raise. Available on Windows.

See SF patch #576458.
Doc/api/exceptions.tex
Include/pyerrors.h
Misc/NEWS
Python/errors.c