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 d7290e2 commit 358fe9dCopy full SHA for 358fe9d
1 file changed
Lib/test/_test_multiprocessing.py
@@ -1588,7 +1588,6 @@ def test_rlock_locked_2processes(self):
1588
1589
rlock = self.RLock()
1590
event = self.Event()
1591
- res = Value('b', 0)
1592
res = self.Value('b', 0)
1593
# target is the same as for the test_lock_locked_2processes test.
1594
p = self.Process(target=self._test_lock_locked_2processes,
0 commit comments