summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Security/2021-08-29-12-39-44.bpo-42278.jvmQz_.rst
blob: db880cd9026da477f35d5ec75f06faeed4335aec (plain)
1
2
Replaced usage of :func:`tempfile.mktemp` with
:class:`~tempfile.TemporaryDirectory` to avoid a potential race condition.