Skip to content

Commit a66a72e

Browse files
committed
Restore async CM test
1 parent 67f755f commit a66a72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_with_signal_safety.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def traced_function():
8585
self.fail(f"Exception wasn't raised @{target_offset}")
8686

8787

88-
def _test_asynchronous_cm(self):
88+
def test_asynchronous_cm(self):
8989
class AsyncTrackingCM():
9090
def __init__(self):
9191
self.enter_without_exit = None

0 commit comments

Comments
 (0)