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 methane
Recipients giampaolo.rodola, gvanrossum, methane, vstinner, yselivanov
Date 2016-07-11.12:49:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468241365.94.0.658413076546.issue26081@psf.upfronthosting.co.za>
In-reply-to
Content
In my patch, test_asyncio runs against C version Future.

I saw how test_json tests against C version and pure Python version.
But test_asyncio is more larger than test_json.

Before working on it, could someone give me idea to run whole test_asyncio
with and without C version Future easily?

And, which is master repository of asyncio? github? or hg.python.org?
If github, can I send separated pull request changing test_asyncio after
this patch is merged?
History
Date User Action Args
2016-07-11 12:49:26methanesetrecipients: + methane, gvanrossum, vstinner, giampaolo.rodola, yselivanov
2016-07-11 12:49:25methanesetmessageid: <1468241365.94.0.658413076546.issue26081@psf.upfronthosting.co.za>
2016-07-11 12:49:25methanelinkissue26081 messages
2016-07-11 12:49:25methanecreate