]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137335: remove a mktemp use in multiprocessing.connection to avoid security...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Apr 2026 00:06:25 +0000 (02:06 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2026 00:06:25 +0000 (17:06 -0700)
commite590f007ed8b0268c40bcae445d6b50e06b00960
tree0b92859fe45ccde5cd928a60dc3d2f4d8da90c7e
parent5dc69a65027238cf88c4a2f1675be0c9f4f1496b
[3.14] gh-137335: remove a mktemp use in multiprocessing.connection to avoid security scanner noise (GH-148578) (#148583)

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
(cherry picked from commit fd81246bd55e4fab1976a7cca3e5d42582dbdac0)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Lib/multiprocessing/connection.py