This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients barry, christian.heimes, georg.brandl, serhiy.storchaka, vstinner
Date 2013-10-09.18:33:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381343625.58.0.142435900169.issue19209@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-09 18:33:45christian.heimessetrecipients: + christian.heimes, barry, georg.brandl, vstinner, serhiy.storchaka
2013-10-09 18:33:45christian.heimessetmessageid: <1381343625.58.0.142435900169.issue19209@psf.upfronthosting.co.za>
2013-10-09 18:33:45christian.heimeslinkissue19209 messages
2013-10-09 18:33:45christian.heimescreate