Eric Snow added the comment: Here is a patch for an alternate approach. It does not require re-implementing MutableMapping (could get out of sync) and does not require rearranging collections.abc. Instead it uses a metaclass to resolve the import issue lazily.
---------- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file32036/os-lazy-collections.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19218> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com