Skip to content

Commit 83a0e9c

Browse files
committed
Update blurb
1 parent 0b4e444 commit 83a0e9c

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
The resource tracker in the :mod:`multiprocessing` module can now understand
2-
messages from older versions of itself. This avoids issues with upgrading
3-
Python while it is running. (Note that such 'in-place' upgrades are not
4-
tested.)
1+
The resource tracker in the :mod:`multiprocessing` module now uses the
2+
original communication protocol, as in Python 3.14.0 and below,
3+
by default.
4+
This avoids issues with upgrading Python while it is running.
5+
(Note that such 'in-place' upgrades are not tested.)
6+
The tracker remains compatible with subprocesses that use new protocol
7+
(that is, subprocesses using Python 3.13.10, 3.14.1 and 3.15).

0 commit comments

Comments
 (0)