Am loosing lots of memory in IndividualLayoutConstraints, which seems
to be defined in wx\_core.py at least according to the Python Memory
Validator which I am struggling with.
Seems to be coming from a closure? function within a function within
the __init__ method of a class of mine which is a subclass of a
subclass of object (not Object)
IndividualLayoutConstraints are defined near sizers and CallAfter
which I do use but not directly in my classes of interest to this
problem.
Am loosing lots of memory in IndividualLayoutConstraints, which seems
to be defined in wx\_core.py at least according to the Python Memory
Validator which I am struggling with.
Seems to be coming from a closure? function within a function within
the __init__ method of a class of mine which is a subclass of a
subclass of object (not Object)
IndividualLayoutConstraints are defined near sizers and CallAfter
which I do use but not directly in my classes of interest to this
problem.