Currently, the WeakPointerTo comparison operators compare the raw pointers, but this is not useful as it may cause a false equality if one weak pointer in the comparison is expired and points to memory that has since been reused.
Instead, we can define a comparison based on the control block pointer, which exists since the new weak pointer implementation in
|
||
|---|---|---|
| .. | ||
| cppparser | ||
| dconfig | ||
| dtoolbase | ||
| dtoolutil | ||
| interrogate | ||
| interrogatedb | ||
| parser-inc | ||
| prc | ||
| prckeys | ||
| pystub | ||
| test_interrogate | ||