[issue7689] Pickling of classes with a metaclass and copy_reg

Daniel Urban report at bugs.python.org
Sun Mar 13 11:01:01 CET 2011


Daniel Urban <urban.dani+py at gmail.com> added the comment:

Attaching an updated patch for py3k.

> Not an expert, but the Python parts of your patch look good to me.
Me neither, but the C parts also look good to me. The tests fail without the patch, succeed with it.

Note, that it is possible, that the copy module also should be fixed similarly (but currently that can't even copy non-dynamic classes with a metaclass, see issue11480).

----------
components: +Extension Modules
versions: +Python 3.3
Added file: http://bugs.python.org/file21101/issue7689.patch

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


More information about the Python-bugs-list mailing list