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 bquinlan
Recipients bquinlan, loewis
Date 2011-01-03.00:03:54
SpamBayes Score 9.413132e-06
Marked as misclassified No
Message-id <1294013050.16.0.912595606009.issue10798@psf.upfronthosting.co.za>
In-reply-to
Content
The tests are currently flaky on Windows and I'd like to fix that before the release. But I don't have the bandwidth to debug the Call() abstraction used in the tests before 3.2 RC1.

You can see the test change here:
http://svn.python.org/view/python/branches/py3k-futures-on-windows/Lib/test/test_concurrent_futures.py?r1=87484&r2=87652

So far it is passing on all the platforms that I've tested it on (Mac OS X, Ubuntu and Windows 7).
History
Date User Action Args
2011-01-03 00:04:10bquinlansetrecipients: + bquinlan, loewis
2011-01-03 00:04:10bquinlansetmessageid: <1294013050.16.0.912595606009.issue10798@psf.upfronthosting.co.za>
2011-01-03 00:03:54bquinlanlinkissue10798 messages
2011-01-03 00:03:54bquinlancreate