]> granicus.if.org Git - python/commit
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 Feb 2018 07:14:41 +0000 (23:14 -0800)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2018 07:14:41 +0000 (23:14 -0800)
commitdda938683c48197ab7e775144136f433a5d43103
treeff85eda0448b7802a4ce88b9cad5dd0bbf8d58a7
parentf2d2e6169eb31e1a223d29d5de07e80939939106
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)

(cherry picked from commit 9f4223261fd129ad7b9a09b2b0d625d1bb90b22b)

Co-authored-by: Kyle Altendorf <sda@fstab.net>
Lib/test/test_trace.py
Lib/trace.py
Misc/NEWS.d/next/Library/2018-02-15-12-04-29.bpo-32852.HDqIxM.rst [new file with mode: 0644]