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 eric.snow
Recipients christian.heimes, eric.snow
Date 2013-10-10.18:08:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381428481.39.0.771776860266.issue19218@psf.upfronthosting.co.za>
In-reply-to
Content
There has been some discussion on python-dev about improving interpreter startup time.  Christian Heimes brought up how the os module imports collections (so _Environ can inherit from it) [1], and mentioned a couple of solutions [2].

[1]https://mail.python.org/pipermail/python-dev/2013-October/129312.html
[2]https://mail.python.org/pipermail/python-dev/2013-October/129367.html
History
Date User Action Args
2013-10-10 18:08:01eric.snowsetrecipients: + eric.snow, christian.heimes
2013-10-10 18:08:01eric.snowsetmessageid: <1381428481.39.0.771776860266.issue19218@psf.upfronthosting.co.za>
2013-10-10 18:08:01eric.snowlinkissue19218 messages
2013-10-10 18:08:01eric.snowcreate