cpython: 0ddba0abab49 (original) (raw)

Mercurial > cpython

changeset 101596:0ddba0abab49

Issue #27171: Fix typo in exception message [#27171]

Martin Panter vadmium+py@gmail.com
date Thu, 02 Jun 2016 10:13:47 +0000
parents c67f1f4ebb32
children b110dd3d6cea
files Modules/_ctypes/callproc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Modules/_ctypes/callproc.c 2

line wrap: on

line diff

--- a/Modules/_ctypes/callproc.c +++ b/Modules/_ctypes/callproc.c @@ -380,7 +380,7 @@ static void SetException(DWORD code, EXC whose operation is not allowed in the current machine mode. */ PyErr_SetString(PyExc_OSError,

case EXCEPTION_NONCONTINUABLE_EXCEPTION: