[issue19209] Remove import copyreg from os module

Christian Heimes report at bugs.python.org
Wed Oct 9 20:33:45 CEST 2013


Christian Heimes added the comment:

Exactly, the pickle module depends on the copyreg module. It's a submodule that acts as a registry for pickle-related lookups and hooks. My patch just moves the registration of these hooks out of the os module into the copyreg module.

----------

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


More information about the Python-bugs-list mailing list