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 steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-11-05.01:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636075735.25.0.696076736041.issue45720@roundup.psfhosted.org>
In-reply-to
Content
FTR, I see about 1-1.5ms improvement (using timeit to do a check_call) out of ~32ms total startup time.

I also don't actually see gdi32 being transitively loaded as claimed in the Twitter thread, even back to 3.8. So presumably there's something else going on to cause that issue.

Either way, this is an easy change with non-zero benefit (at the very least, it gets rid of a dependency we are better off avoiding these days).
History
Date User Action Args
2021-11-05 01:28:55steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2021-11-05 01:28:55steve.dowersetmessageid: <1636075735.25.0.696076736041.issue45720@roundup.psfhosted.org>
2021-11-05 01:28:55steve.dowerlinkissue45720 messages
2021-11-05 01:28:55steve.dowercreate