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 67f755f commit a66a72eCopy full SHA for a66a72e
Lib/test/test_with_signal_safety.py
@@ -85,7 +85,7 @@ def traced_function():
85
self.fail(f"Exception wasn't raised @{target_offset}")
86
87
88
- def _test_asynchronous_cm(self):
+ def test_asynchronous_cm(self):
89
class AsyncTrackingCM():
90
def __init__(self):
91
self.enter_without_exit = None
0 commit comments