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 brett.cannon, christian.heimes
Date 2013-10-10.11:20:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381404050.43.0.806301244574.issue19216@psf.upfronthosting.co.za>
In-reply-to
Content
The import library uses excessive stat() calls. I've implemented a simple cache for the bootstrap module that reduces the amount of stat() calls by almost 1/3 (236 -> 159 on Linux).
History
Date User Action Args
2013-10-10 11:20:50christian.heimessetrecipients: + christian.heimes, brett.cannon
2013-10-10 11:20:50christian.heimessetmessageid: <1381404050.43.0.806301244574.issue19216@psf.upfronthosting.co.za>
2013-10-10 11:20:50christian.heimeslinkissue19216 messages
2013-10-10 11:20:50christian.heimescreate