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 r.david.murray
Recipients barry, eli.bendersky, eric.snow, ethan.furman, r.david.murray, serhiy.storchaka, vstinner
Date 2015-09-17.17:22:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442510561.76.0.553751648149.issue25147@psf.upfronthosting.co.za>
In-reply-to
Content
_collections exists because it contains only the stuff that is needed at python startup.  So it is loaded regardless, and thus is very cheap to import elsewhere :)
History
Date User Action Args
2015-09-17 17:22:41r.david.murraysetrecipients: + r.david.murray, barry, vstinner, eli.bendersky, ethan.furman, eric.snow, serhiy.storchaka
2015-09-17 17:22:41r.david.murraysetmessageid: <1442510561.76.0.553751648149.issue25147@psf.upfronthosting.co.za>
2015-09-17 17:22:41r.david.murraylinkissue25147 messages
2015-09-17 17:22:41r.david.murraycreate