We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaa972 commit a9b6ccdCopy full SHA for a9b6ccd
Lib/test/test_profiling/test_sampling_profiler/test_modes.py
@@ -228,6 +228,7 @@ def test_cpu_mode_with_no_samples(self):
228
self.assertIn("No samples were collected", output)
229
self.assertIn("CPU mode", output)
230
231
+
232
@requires_remote_subprocess_debugging()
233
class TestGilModeFiltering(unittest.TestCase):
234
"""Test GIL mode filtering functionality (--mode=gil)."""
0 commit comments