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

Christian Heimes report at bugs.python.org
Sat Oct 12 01:07:09 CEST 2013


Christian Heimes added the comment:

The io module no longer imports collections.abc through the locale module.

Eric, I'm with Antoine. Your patch is too much of a clever hack and uses tricks that are dark magic. _abcoll is much simpler and easier to understand. Plus it can be used from other modules, too.

----------

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


More information about the Python-bugs-list mailing list