[issue23256] test_ctypes crashes on Windows on debug builds

2015-01-17 Thread Claudiu Popa
New submission from Claudiu Popa: Hi, Doing the following on Windows leads to a nasty crash python_d -m test test_ctypes: [1/1] test_ctypes Fatal Python error: Segmentation fault Current thread 0x16fc (most recent call first): File E:\Projects\repos\cpython\lib\unittest\case.py, line

[issue23256] test_ctypes crashes on Windows on debug builds

2015-01-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bbd7b739b85 by Zachary Ware in branch '3.4': Closes #23256: Avoid a crash in test_ctypes https://hg.python.org/cpython/rev/2bbd7b739b85 New changeset b5821f7493c1 by Zachary Ware in branch 'default': Merge with 3.4 (#23256)

[issue23256] test_ctypes crashes on Windows on debug builds

2015-01-17 Thread Zachary Ware
Zachary Ware added the comment: The .EXE is very strange, but the fix was simple enough. Thanks for the report. -- versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23256