• Thomas Heller's avatar
    New functions for extension writers on Windows: · 085358a3
    Thomas Heller yazdı
     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
errors.c 15.2 KB