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

R. David Murray report at bugs.python.org
Wed Feb 26 19:12:54 CET 2014


R. David Murray added the comment:

For backward compatibility, shouldn't

  import _collections_abc

in the __init__ file be

  import _collections_abc as abc

?

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list