Thanks to visit codestin.com Credit goes to github.com
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 7522ef4 commit f79606dCopy full SHA for f79606d
1 file changed
Lib/test/test_importlib/test_locks.py
@@ -57,7 +57,7 @@ class DeadlockAvoidanceTests:
57
def setUp(self):
58
try:
59
self.old_switchinterval = sys.getswitchinterval()
60
- sys.setswitchinterval(0.000001)
+ support.setswitchinterval(0.000001)
61
except AttributeError:
62
self.old_switchinterval = None
63
0 commit comments