Skip to content

Commit 0b4e444

Browse files
committed
Use the simple format in 3.14
1 parent 7d9529b commit 0b4e444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/multiprocessing/resource_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self):
7373
# Filenames not supported by the simple format will always be sent
7474
# using JSON.
7575
# The reader should understand all formats.
76-
self._use_simple_format = False
76+
self._use_simple_format = True
7777

7878
def _reentrant_call_error(self):
7979
# gh-109629: this happens if an explicit call to the ResourceTracker

0 commit comments

Comments
 (0)