SIGN IN SIGN UP

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.
V
Victor Stinner committed
8d5a3aad2f805dc0ea40829b751f58aa6c75305d
Parent: bf477a9
Committed by GitHub <noreply@github.com> on 10/4/2017, 4:50:12 PM