Message 341401 - Python tracker

Message341401

Author eryksun
Recipients Paul Monson, eryksun, methane, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-04.20:15:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557000939.09.0.369368845745.issue36778@roundup.psfhosted.org>
In-reply-to
Content
> I think it is better to just make the check in the test conditional.

Okay. The test verifies work done to minimize interpreter startup time, but probably the relative cost of importing functools (and thus collections et al) isn't significant compared to the overall cost of spawning a process in a Windows desktop environment. That may not be the case for Nano Server and IoT Core.
History
Date User Action Args
2019-05-04 20:15:39eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, methane, zach.ware, serhiy.storchaka, steve.dower, Paul Monson
2019-05-04 20:15:39eryksunsetmessageid: <1557000939.09.0.369368845745.issue36778@roundup.psfhosted.org>
2019-05-04 20:15:39eryksunlinkissue36778 messages
2019-05-04 20:15:38eryksuncreate