mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
b9fc536399
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 2b15536fa9)
Miscellaneous source files for the main Python shared library