[issue2116] weakref copy module interaction

Antoine Pitrou report at bugs.python.org
Sun Mar 15 00:49:11 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Should a deepcopy of a weakref return the same weakref, or a weakref to
a new copied object?
Also, what about the optional callback?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list