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 gvanrossum
Recipients gvanrossum, theller
Date 2007-12-11.23:41:06
SpamBayes Score 0.03012194
Marked as misclassified No
Message-id <1197416467.86.0.651352807459.issue1597@psf.upfronthosting.co.za>
In-reply-to
Content
In debug mode, on my Ubuntu Linux box, this fails on the last iteration:

$ ./python Lib/test/regrtest.py -R:20 test_ctypes
test_ctypes
beginning 25 repetitions
1234567890123456789012345
........................test test_ctypes failed -- Traceback (most
recent call last):
  File
"/usr/local/google/home/guido/python/py3kd/Lib/ctypes/test/test_values.py",
line 18, in test_an_integer
    self.failUnlessEqual(x*2, ctdll.get_an_integer())
AssertionError: 2818572288 != -1476395008

1 test failed:
    test_ctypes
[104230 refs]
$ 

Also, when using -R:19, I get some random leaks reported of 33 or -33
references leaked.  Does this test use threads?  It seems to have a race
condition.
History
Date User Action Args
2007-12-11 23:41:08gvanrossumsetspambayes_score: 0.0301219 -> 0.03012194
recipients: + gvanrossum, theller
2007-12-11 23:41:07gvanrossumsetspambayes_score: 0.0301219 -> 0.0301219
messageid: <1197416467.86.0.651352807459.issue1597@psf.upfronthosting.co.za>
2007-12-11 23:41:07gvanrossumlinkissue1597 messages
2007-12-11 23:41:06gvanrossumcreate