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 Aaron Hall, barry, brett.cannon, eric.snow, gvanrossum, levkivskyi, methane, scoder, serhiy.storchaka, vstinner, yselivanov
Date 2017-09-05.08:40:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504600837.71.0.507120819963.issue31333@psf.upfronthosting.co.za>
In-reply-to
Content
"python_startup_nosite" benchmark imports io module,
and "python_startup" benchmark imports os too.
So no need to additional test for them.

You can see it with `python -v -S -c 'pass'` and `python -v -c 'pass'`.
History
Date User Action Args
2017-09-05 08:40:37methanesetrecipients: + methane, gvanrossum, barry, brett.cannon, scoder, vstinner, eric.snow, serhiy.storchaka, yselivanov, levkivskyi, Aaron Hall
2017-09-05 08:40:37methanesetmessageid: <1504600837.71.0.507120819963.issue31333@psf.upfronthosting.co.za>
2017-09-05 08:40:37methanelinkissue31333 messages
2017-09-05 08:40:37methanecreate