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 Arfrever
Recipients Arfrever, flox, loewis, mark.dickinson, pitrou, r.david.murray, theller, vstinner
Date 2011-04-06.13:12:49
SpamBayes Score 0.00019445355
Marked as misclassified No
Message-id <1302095571.59.0.421164998914.issue8314@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to be also a problem with src/sparc/v9.S.
https://bugs.gentoo.org/show_bug.cgi?id=362065

FAIL: test_ulonglong (ctypes.test.test_callbacks.Callbacks)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.7.2_pre20110403/work/python-2.7.2_pre20110403/Lib/ctypes/test/test_callbacks.py", line 72, in test_ulonglong
    self.check_type(c_ulonglong, 10955412242170339782)
  File "/var/tmp/portage/dev-lang/python-2.7.2_pre20110403/work/python-2.7.2_pre20110403/Lib/ctypes/test/test_callbacks.py", line 31, in check_type
    self.assertEqual(result, arg)
AssertionError: 10955412241121898851L != 10955412242170339782L
History
Date User Action Args
2011-04-06 13:12:51Arfreversetrecipients: + Arfrever, loewis, theller, mark.dickinson, pitrou, vstinner, r.david.murray, flox
2011-04-06 13:12:51Arfreversetmessageid: <1302095571.59.0.421164998914.issue8314@psf.upfronthosting.co.za>
2011-04-06 13:12:49Arfreverlinkissue8314 messages
2011-04-06 13:12:49Arfrevercreate