mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
On Windows, Py_FatalError() now limits the size to 256 bytes of the buffer used to call OutputDebugStringW(). Previously, the size depended on the length of the error message.
Miscellaneous source files for the main Python shared library