@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-06-21 16:40 +0000\n "
14+ "POT-Creation-Date : 2026-07-03 16:39 +0000\n "
1515"PO-Revision-Date : 2026-05-08 17:17+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -472,12 +472,6 @@ msgid ""
472472"with the \" fork\" start method."
473473msgstr ""
474474
475- msgid ""
476- "Bugs have been reported when using the *max_tasks_per_child* feature that "
477- "can result in the :class:`ProcessPoolExecutor` hanging in some "
478- "circumstances. Follow its eventual resolution in :gh:`115634`."
479- msgstr ""
480-
481475msgid ""
482476"When one of the worker processes terminates abruptly, a :exc:`~concurrent."
483477"futures.process.BrokenProcessPool` error is now raised. Previously, "
@@ -515,6 +509,12 @@ msgid ""
515509"get_context(\" fork\" )``."
516510msgstr ""
517511
512+ msgid ""
513+ "Fixed a deadlock (:gh:`115634`) where the executor could hang after a worker "
514+ "process exited upon reaching its *max_tasks_per_child* limit while tasks "
515+ "remained queued."
516+ msgstr ""
517+
518518msgid ""
519519"Attempt to terminate all living worker processes immediately by calling :"
520520"meth:`Process.terminate <multiprocessing.Process.terminate>` on each of "
0 commit comments