[XML-SIG] PyDOM performance
Dieter Maurer
dieter@handshake.de
Thu, 26 Aug 1999 20:03:58 +0200 (CEST)
Fred L. Drake, Jr. writes:
>
> I'd love to see the proxies disappear, and just require explicit
> calls to a .destroy() method, but that means another massive code
> change.
Marc-Andre Lemburg recently released a new version of
mxProxy. It supports weak references and thus allows for
circular structures (with a somewhat unintuitive behaviour
when the root element is released while references to
internal tree nodes are hold, like "weakdicts").
I expect changes to be rather local, when mxProxy should
be used.
- Dieter