[issue19218] Use of MutableMapping in os module slows down interpreter startup

STINNER Victor report at bugs.python.org
Fri Oct 11 11:14:14 CEST 2013


STINNER Victor added the comment:

The collections module is loaded by the io module. You removed "from collections.abc import MutableMapping" from os.py. To be useful, you have also to rewrite the whole io module to remove all references to the collections.abc module, right?

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list