| 129 | # We should create a class as a probe to detect gc activity |
| 130 | # beacuse weakref doesn't support list, dict or other trivial types |
| 131 | class SampleObject: ... |
| 132 | |
| 133 | # trigger a C++ side KeyError by accessing a non-existent key |
| 134 | def trigger_cpp_side_error() -> None: |
no outgoing calls