]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40003: test.bisect_cmd copies Python options (GH-19246)
authorVictor Stinner <vstinner@python.org>
Tue, 31 Mar 2020 15:25:56 +0000 (17:25 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 15:25:56 +0000 (17:25 +0200)
commit01e743d704aeefd1c1825a6a96d0c766c5516fb1
tree605343383681403f43d466e5f42f6d0acbe6c162
parent8d84adcd736619c2ce510dff1e7ffd3ab08df06a
bpo-40003: test.bisect_cmd copies Python options (GH-19246)

test.bisect_cmd now copies Python command line options like -O or -W.
Moreover, emit a warning if test.bisect_cmd is used with
-w/--verbose2 option.
Lib/test/bisect_cmd.py
Misc/NEWS.d/next/Tests/2020-03-31-16-07-15.bpo-40003.SOruLY.rst [new file with mode: 0644]