Message199327
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. |
|
| Date |
User |
Action |
Args |
| 2013-10-09 18:33:45 | christian.heimes | set | recipients:
+ christian.heimes, barry, georg.brandl, vstinner, serhiy.storchaka |
| 2013-10-09 18:33:45 | christian.heimes | set | messageid: <[email protected]> |
| 2013-10-09 18:33:45 | christian.heimes | link | issue19209 messages |
| 2013-10-09 18:33:45 | christian.heimes | create | |
|