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 c8e2704 commit 9fd5872Copy full SHA for 9fd5872
Lib/multiprocessing/resource_tracker.py
@@ -83,8 +83,8 @@ def __del__(self):
83
self._stop()
84
except AttributeError:
85
# AttributeError is likely caused by module teardown
86
- # > __del__() can be executed during interpreter shutdown. As a
87
- # > consequence, the global variables it needs to access (including
+ # > __del__() can be executed during interpreter shutdown. As a
+ # > consequence, the global variables it needs to access (including
88
# > other modules) may already have been deleted or set to None.
89
# see https://docs.python.org/3/reference/datamodel.html#object.__del__
90
pass
0 commit comments