Base: use Python's weak reference mechanism to avoid memory leaks due to cyclic dependencies
This commit is contained in:
@@ -345,6 +345,9 @@ protected:
|
||||
/// pointer to the handled class
|
||||
void * _pcTwinPointer;
|
||||
|
||||
public:
|
||||
PyObject* baseProxy;
|
||||
|
||||
private:
|
||||
PyObject* attrDict;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user