Staging
v0.8.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
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.4 KB
_testembed.c -rw-r--r-- 5.2 KB
python.c -rw-r--r-- 3.2 KB

README

back to top