Anyone has any idea why the code attached does not work?

Basically, after doing the deepcopy of the class that has __getattr__
overridden, the python tracing facilities don't seem to work anymore.

In the code-attached, if the deepcopy is removed, all works as
expected (or if __deepcopy__ is overridden too).

Thanks,

Fabio

p.s. I've discovered this while trying to debug a real-world
application and the debugger stopped working after making that
deepcopy.

Attachment: fast_tests2.py
Description: Binary data

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to