]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137335: remove a mktemp use in multiprocessing.connection to avoid security scanne...
authorGregory P. Smith <68491+gpshead@users.noreply.github.com>
Tue, 14 Apr 2026 23:31:58 +0000 (16:31 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2026 23:31:58 +0000 (23:31 +0000)
commitfd81246bd55e4fab1976a7cca3e5d42582dbdac0
treec7ca24681b16ca9bd517cba44a8b80c938d7c401
parent236aa0a4e2106f98757e12a9f656f98d91f03c13
gh-137335: remove a mktemp use in multiprocessing.connection to avoid security scanner noise (GH-148578)

remove a mktemp use to avoid security scanner noise
Lib/multiprocessing/connection.py