Staging
v0.5.1
https://github.com/python/cpython
Revision 8d5a3aad2f805dc0ea40829b751f58aa6c75305d authored by Victor Stinner on 04 October 2017, 16:50:12 UTC, committed by GitHub on 04 October 2017, 16:50:12 UTC
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.
1 parent bf477a9
History
Tip revision: 8d5a3aad2f805dc0ea40829b751f58aa6c75305d authored by Victor Stinner on 04 October 2017, 16:50:12 UTC
bpo-31683: Py_FatalError() now supports long error messages (#3878)
Tip revision: 8d5a3aa
File Mode Size
Grammar -rw-r--r-- 6.3 KB

back to top