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 flox
Recipients flox, lemburg, loewis, pitrou, stutzbach
Date 2010-08-25.07:15:14
SpamBayes Score 6.233776e-05
Marked as misclassified No
Message-id <1282720518.29.0.174807655713.issue8781@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Daniel,

there's a test failure which is related with r84307 on windows buildbot.

======================================================================
FAIL: test_cw_strings (ctypes.test.test_parameters.SimpleTypesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\ctypes\test\test_parameters.py", line 78, in test_cw_strings
    self.assertTrue(c_wchar_p.from_param(s)._obj is s)
AssertionError: False is not True

http://www.python.org/dev/buildbot/builders/x86%20XP-4%203.x/builds/2837
History
Date User Action Args
2010-08-25 07:15:18floxsetrecipients: + flox, lemburg, loewis, pitrou, stutzbach
2010-08-25 07:15:18floxsetmessageid: <1282720518.29.0.174807655713.issue8781@psf.upfronthosting.co.za>
2010-08-25 07:15:16floxlinkissue8781 messages
2010-08-25 07:15:15floxcreate