[issue23663] Crash on failure in ctypes on Cygwin

2015-03-30 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- resolution: - duplicate stage: patch review - resolved status: open - closed superseder: - PyErr_Format in ctypes uses invalid parameter type: crash - behavior ___ Python tracker

[issue23663] Crash on failure in ctypes on Cygwin

2015-03-26 Thread Masayuki Yamamoto
Masayuki Yamamoto added the comment: similar issue #23338: PyErr_Format in ctypes uses invalid parameter -- nosy: +masamoto ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23663 ___

[issue23663] Crash on failure in ctypes on Cygwin

2015-03-26 Thread David Macek
David Macek added the comment: Yeah, looks like exactly the same issue. Sorry for the duplicate. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23663 ___

[issue23663] Crash on failure in ctypes on Cygwin

2015-03-14 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge stage: - patch review versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23663

[issue23663] Crash on failure in ctypes on Cygwin

2015-03-14 Thread David Macek
New submission from David Macek: Two Cygwin-specific sections in `Modules/_ctypes/_ctypes.c` cause a crash due to bad call to `PyErr_Format`. I'm not sure if there's one extra format specifier, or one argument is missing. Patches assuming the former case for v2.7 and v3.3: