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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19209>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to