mirror of
https://github.com/python/cpython.git
synced 2026-05-01 08:11:11 +00:00
Issue #26940: Merge 3.6.
This commit is contained in:
commit
cd35959bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class DeadlockAvoidanceTests:
|
|||
def setUp(self):
|
||||
try:
|
||||
self.old_switchinterval = sys.getswitchinterval()
|
||||
sys.setswitchinterval(0.000001)
|
||||
support.setswitchinterval(0.000001)
|
||||
except AttributeError:
|
||||
self.old_switchinterval = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue