Files
cpython/Python
Victor Stinner 8d5a3aad2f bpo-31683: Py_FatalError() now supports long error messages (#3878)
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.
2017-10-04 09:50:12 -07:00
..
2016-09-07 09:26:18 -07:00
2017-09-14 18:13:16 -07:00
2017-09-14 18:13:16 -07:00
2017-01-01 22:04:13 -06:00
2017-09-14 18:13:16 -07:00
2017-09-14 00:35:58 -07:00
2017-09-14 18:13:16 -07:00
2017-09-14 00:35:58 -07:00
2017-09-14 18:13:16 -07:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library