You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing on nogil failed with:
```
2024-06-13T07:28:52.5961120Z @panopticon()
2024-06-13T07:28:52.5962049Z def stop(self) -> None:
2024-06-13T07:28:52.5963007Z """Stop this Tracer."""
2024-06-13T07:28:52.5963993Z if not self.sysmon_on:
2024-06-13T07:28:52.5964998Z # In forking situations, we might try to stop when we are not
2024-06-13T07:28:52.5966053Z # started. Do nothing in that case.
2024-06-13T07:28:52.5966980Z return
2024-06-13T07:28:52.5967980Z assert sys_monitoring is not None
2024-06-13T07:28:52.5968885Z sys_monitoring.set_events(self.myid, 0)
2024-06-13T07:28:52.5969793Z self.sysmon_on = False
2024-06-13T07:28:52.5970648Z > for code in self.local_event_codes.values():
2024-06-13T07:28:52.5971663Z E RuntimeError: dictionary changed size during iteration
2024-06-13T07:28:52.5972502Z
2024-06-13T07:28:52.5972851Z coverage/sysmon.py:252: RuntimeError
```
0 commit comments