[New-bugs-announce] [issue19218] Use of MutableMapping in os module slows down interpreter startup

Eric Snow report at bugs.python.org
Thu Oct 10 20:08:01 CEST 2013


New submission from Eric Snow:

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

----------
components: Library (Lib)
messages: 199402
nosy: christian.heimes, eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Use of MutableMapping in os module slows down interpreter startup
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19218>
_______________________________________


More information about the New-bugs-announce mailing list