]> 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 06:53:24 +0000 (22:53 -0800)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2018 06:53:24 +0000 (22:53 -0800)
commitafb5e5583694798793d44f35f901aa912ece278a
tree6d028f6af26a7eab5ca2c683fb042d8376f54180
parent025544a855ef3f3f7f21c1b6e4f19b47dcd30933
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]