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 christian.heimes
Recipients christian.heimes, ronaldoussoren
Date 2013-10-21.09:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382346544.59.0.0118958375765.issue19325@psf.upfronthosting.co.za>
In-reply-to
Content
On Mac OS X the site module imports sysconfig which imports _osx_support which in turn imports several more modules like the re module. More modules == slower startup. See #19205 for background information on the issue.
History
Date User Action Args
2013-10-21 09:09:04christian.heimessetrecipients: + christian.heimes, ronaldoussoren
2013-10-21 09:09:04christian.heimessetmessageid: <1382346544.59.0.0118958375765.issue19325@psf.upfronthosting.co.za>
2013-10-21 09:09:04christian.heimeslinkissue19325 messages
2013-10-21 09:09:04christian.heimescreate