]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Oct 2021 20:03:32 +0000 (13:03 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 20:03:32 +0000 (22:03 +0200)
commit01d11b1d62b869f77e024b3979dbc064e9019b7c
tree77979a6701630c029efd97234e7bd8bf20cba31d
parent020aa06ec8b0f473a682f4ae74af5833035b054b
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29284)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
(cherry picked from commit 1fb968c07a76fb2d1ec8c14a0026f1d15828f4a5)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/multiprocessing.rst
Misc/NEWS.d/next/Documentation/2021-10-26-10-00-45.bpo-45604.Dm-YhV.rst [new file with mode: 0644]