[IronPython] un(shallow)copyable object

Sanghyeon Seo sanxiyn at gmail.com
Thu Apr 27 12:30:38 CEST 2006


# test.py
import copy
class C(object):
    pass
obj = C()
copy.copy(obj)

# IronPython
Error: un(shallow)copyable object of type <class '__main__.C'>

Seo Sanghyeon



More information about the Ironpython-users mailing list