]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
authorGregory P. Smith <greg@krypto.org>
Fri, 3 Feb 2023 23:20:46 +0000 (15:20 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 23:20:46 +0000 (15:20 -0800)
commitd4c410f0f922683f38c9d435923939d037fbd8c2
treeb776e07cb59767c41176c73e568a11d4957f2e51
parentf6c53b80a16f63825479c5ca0f8a5e2829c3f505
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)

This reverts the core of #100618 while leaving relevant documentation
improvements and minor refactorings in place.
Doc/library/concurrent.futures.rst
Doc/library/multiprocessing.rst
Doc/whatsnew/3.12.rst
Lib/concurrent/futures/process.py
Lib/multiprocessing/context.py
Lib/test/_test_multiprocessing.py
Lib/test/test_concurrent_futures.py
Lib/test/test_logging.py
Lib/test/test_multiprocessing_defaults.py [deleted file]
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2023-01-01-01-19-33.gh-issue-84559.zEjsEJ.rst [deleted file]