New submission from Tim Golden <[EMAIL PROTECTED]>: The following code raises an Assertion Failure under debug in r64518 running on Windows XP SP2:
<code> import ctypes class X (ctypes.Structure): pass ctypes.POINTER (X) </code> Assertion failed: PyErr_Occurred(), file ..\Modules\_ctypes\_ctypes.c, line 309 ---------- assignee: theller components: ctypes messages: 69102 nosy: theller, tim.golden severity: normal status: open title: ctypes assertion failure in trunk type: crash versions: Python 2.6 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3258> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com