• Thomas Heller's avatar
    New functions for extension writers on Windows: · 085358a3
    Thomas Heller authored
     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.
    085358a3
pyerrors.h 5.44 KB