mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
8d5a3aad2f
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