(self)
| 1053 | self.assertEqual(self.get_traced_memory(), self.size) |
| 1054 | |
| 1055 | def test_track(self): |
| 1056 | self.check_track(False) |
| 1057 | |
| 1058 | def test_track_without_gil(self): |
| 1059 | # check that calling _PyTraceMalloc_Track() without holding the GIL |
nothing calls this directly
no test coverage detected