Fabio Zadrozny wrote:
> 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
>
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 overr