This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients theller, tim.golden
Date 2008-07-02.16:28:02
SpamBayes Score 0.003185497
Marked as misclassified No
Message-id <1215016085.03.0.206242811608.issue3258@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-07-02 16:28:05tim.goldensetspambayes_score: 0.0031855 -> 0.003185497
recipients: + tim.golden, theller
2008-07-02 16:28:05tim.goldensetspambayes_score: 0.0031855 -> 0.0031855
messageid: <1215016085.03.0.206242811608.issue3258@psf.upfronthosting.co.za>
2008-07-02 16:28:03tim.goldenlinkissue3258 messages
2008-07-02 16:28:02tim.goldencreate