There was an error while loading. Please reload this page.
1 parent 855157f commit a9ad363Copy full SHA for a9ad363
1 file changed
Lib/test/test_free_threading/test_monitoring.py
@@ -8,7 +8,7 @@
8
9
from sys import monitoring
10
from test.support import is_wasi
11
-from threading import Thread, _RLock
+from threading import Thread, _PyRLock
12
from unittest import TestCase
13
14
@@ -226,7 +226,7 @@ def trace(frame, event, arg):
226
227
sys.settrace(trace)
228
try:
229
- l = _RLock()
+ l = _PyRLock()
230
231
def f():
232
for i in range(3000):
0 commit comments