commit | 8d5a3aad2f805dc0ea40829b751f58aa6c75305d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 04 09:50:12 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 04 09:50:12 2017 -0700 |
tree | d1c013d5c455e9986da953750602bbee8859fbac | |
parent | bf477a99e0c85258e6573f4ee9eda68fa1f98a31 [diff] |
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.