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:27:44.0416467Z def _clear_data(self) -> None:
2024-06-13T07:27:44.0417153Z """Clear out existing data, but stay ready for more collection."""
2024-06-13T07:27:44.0417837Z # We used to use self.data.clear(), but that would remove filename
2024-06-13T07:27:44.0418583Z # keys and data values that were still in use higher up the stack
2024-06-13T07:27:44.0419145Z # when we are called as part of switch_context.
2024-06-13T07:27:44.0419639Z > for d in self.data.values():
2024-06-13T07:27:44.0420219Z E RuntimeError: dictionary changed size during iteration
2024-06-13T07:27:44.0420572Z
2024-06-13T07:27:44.0420753Z coverage/collector.py:258: RuntimeError
```
0 commit comments