[New-bugs-announce] [issue3258] ctypes assertion failure in trunk
Tim Golden
report at bugs.python.org
Wed Jul 2 18:28:05 CEST 2008
New submission from Tim Golden <mail at timgolden.me.uk>:
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 <report at bugs.python.org>
<http://bugs.python.org/issue3258>
_______________________________________
More information about the New-bugs-announce
mailing list