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 georg.brandl, giampaolo.rodola, gvanrossum, larry, pitrou, sbt, serhiy.storchaka, vstinner
Date 2013-10-16.19:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381950867.72.0.642412272074.issue19262@psf.upfronthosting.co.za>
In-reply-to
Content
I could use some help for two issues with the tests:

(1) How do I stop regrtest.py from running the windows tests?  (These import _winapi.)
2 tests failed:
    test_asyncio.test_windows_events test_asyncio.test_windows_utils


(2) I get this message -- what does it mean and should I care?
2 tests altered the execution environment:
    test_asyncio.test_base_events test_asyncio.test_futures
History
Date User Action Args
2013-10-16 19:14:27gvanrossumsetrecipients: + gvanrossum, georg.brandl, pitrou, vstinner, larry, giampaolo.rodola, sbt, serhiy.storchaka
2013-10-16 19:14:27gvanrossumsetmessageid: <1381950867.72.0.642412272074.issue19262@psf.upfronthosting.co.za>
2013-10-16 19:14:27gvanrossumlinkissue19262 messages
2013-10-16 19:14:27gvanrossumcreate