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 vstinner
Recipients asvetlov, njs, vstinner, yselivanov
Date 2018-01-24.10:15:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516788907.81.0.467229070634.issue32636@psf.upfronthosting.co.za>
In-reply-to
Content
> I plan to always run the Python test suite (especially when running on our CIs) in the new Python 3.7 "development mode" (python3 -X dev) which enables asyncio debug mode. Are you ok with that?

Oh, I forgot to mention the obvious drawback: asyncio debug mode is slower. test_asyncio: 36 seconds => 48 seconds (+12 seconds).

"./python -m test test_asyncio" will not use the asyncio debug mode, only an explicit "./python -X dev -m test test_asyncio" and "make buildbottest".
History
Date User Action Args
2018-01-24 10:15:07vstinnersetrecipients: + vstinner, njs, asvetlov, yselivanov
2018-01-24 10:15:07vstinnersetmessageid: <1516788907.81.0.467229070634.issue32636@psf.upfronthosting.co.za>
2018-01-24 10:15:07vstinnerlinkissue32636 messages
2018-01-24 10:15:07vstinnercreate