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 5d6406c commit 395d706Copy full SHA for 395d706
Lib/multiprocessing/resource_tracker.py
@@ -104,7 +104,7 @@ def _stop_locked(
104
# This shouldn't happen (it might when called by a finalizer)
105
# so we check for it anyway.
106
if self._lock._recursion_count() > 1:
107
- return self._reentrant_call_error()
+ raise self._reentrant_call_error()
108
if self._fd is None:
109
# not running
110
return
0 commit comments