commit | 01e743d704aeefd1c1825a6a96d0c766c5516fb1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 31 17:25:56 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Mar 31 17:25:56 2020 +0200 |
tree | 605343383681403f43d466e5f42f6d0acbe6c162 | |
parent | 8d84adcd736619c2ce510dff1e7ffd3ab08df06a [diff] |
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.