mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Functions like PyErr_SetFromErrno() and SetFromWindowsErr() should be called immediately after using the C API which sets errno or the Windows error code. (cherry picked from commit 2b15536fa94d07e9e286826c23507402313ec7f4)
Miscellaneous source files for the main Python shared library