]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98894: Quote test_dtrace tracer subcommands (#152901)
authorstratakis <cstratak@redhat.com>
Thu, 9 Jul 2026 20:43:54 +0000 (22:43 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2026 20:43:54 +0000 (22:43 +0200)
commita159c6851f47549d2bc0cd37a0f555951bb11d7b
treed5d0981661998dc99fc7fa2ee2a7066733a5dc2e
parent311444998140240c164092640897013500b05963
gh-98894: Quote test_dtrace tracer subcommands (#152901)

Use shlex.join() when building tracer -c command strings
for avoiding issues with spaces.
Lib/test/test_dtrace.py