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 7d9529b commit 0b4e444Copy full SHA for 0b4e444
1 file changed
Lib/multiprocessing/resource_tracker.py
@@ -73,7 +73,7 @@ def __init__(self):
73
# Filenames not supported by the simple format will always be sent
74
# using JSON.
75
# The reader should understand all formats.
76
- self._use_simple_format = False
+ self._use_simple_format = True
77
78
def _reentrant_call_error(self):
79
# gh-109629: this happens if an explicit call to the ResourceTracker
0 commit comments