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 r.david.murray
Recipients r.david.murray, theller
Date 2010-04-05.12:18:03
SpamBayes Score 0.00013816598
Marked as misclassified No
Message-id <1270469885.55.0.752027246289.issue8314@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_ulonglong (ctypes.test.test_callbacks.Callbacks)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/ctypes/test/test_callbacks.py", line 68, in test_ulonglong
    self.check_type(c_ulonglong, 42)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/ctypes/test/test_callbacks.py", line 31, in check_type
    self.assertEqual(result, arg)
AssertionError: 0L != 42
History
Date User Action Args
2010-04-05 12:18:05r.david.murraysetrecipients: + r.david.murray, theller
2010-04-05 12:18:05r.david.murraysetmessageid: <1270469885.55.0.752027246289.issue8314@psf.upfronthosting.co.za>
2010-04-05 12:18:04r.david.murraylinkissue8314 messages
2010-04-05 12:18:03r.david.murraycreate