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 steve.dower, tim.golden, zach.ware
Date 2015-01-17.18:00:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421517614.33.0.280180554968.issue23253@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch.

Comparing the time for "python.exe -c '0'" with Powershell's Measure-Command tool, it looks like there's a 3-4ms (~8-10%) improvement in startup time too. That's not at all robust, but it's certainly no worse. (I'm not surprised - shell32.dll is a horrendously big dependency and we're better off without it.)
History
Date User Action Args
2015-01-17 18:00:14steve.dowersetrecipients: + steve.dower, tim.golden, zach.ware
2015-01-17 18:00:14steve.dowersetmessageid: <1421517614.33.0.280180554968.issue23253@psf.upfronthosting.co.za>
2015-01-17 18:00:14steve.dowerlinkissue23253 messages
2015-01-17 18:00:14steve.dowercreate