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 barry, brett.cannon, christian.heimes, pitrou, r.david.murray, vstinner
Date 2013-10-10.17:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381427644.74.0.04510099295.issue19216@psf.upfronthosting.co.za>
In-reply-to
Content
Is the content of the bootstrap module used after the interpreter is boot strapped? I see ... that's a problem. It's a proof of concept anyway and the speed up is minimal. On my computer with a SSD the speedup barely measurable. I'd like to see if it makes a difference on a Raspbarry Pi or a NFS shares

I have another idea, too. Could we add an optional 'stat' argument to __init__() of FileLoader and ExtensionFileLoader so we can pass the stat object around and reuse it for loading?
History
Date User Action Args
2013-10-10 17:54:04christian.heimessetrecipients: + christian.heimes, barry, brett.cannon, pitrou, vstinner, r.david.murray
2013-10-10 17:54:04christian.heimessetmessageid: <1381427644.74.0.04510099295.issue19216@psf.upfronthosting.co.za>
2013-10-10 17:54:04christian.heimeslinkissue19216 messages
2013-10-10 17:54:04christian.heimescreate