New submission from Robert Lehmann: CodecInfo objects as retrieved from codecs.lookup currently throw an exception when trying to copy or pickle them.
I have attached a patch with a fix and tests. ---------- components: Library (Lib) files: copy_codecinfo.patch keywords: patch messages: 222609 nosy: lehmannro priority: normal severity: normal status: open title: Allow copying of CodecInfo objects type: behavior versions: Python 3.5 Added file: http://bugs.python.org/file35912/copy_codecinfo.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21944> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com