]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace 1/0 with 1//0 in tests to avoid Python 3 warns (GH-10833)
authorVictor Stinner <vstinner@redhat.com>
Fri, 30 Nov 2018 19:45:04 +0000 (20:45 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 19:45:04 +0000 (20:45 +0100)
commit2212ee2bee70fc9b4c76e79cc532f52673e5a13f
tree609bfdcd929f1566b0e94a2e2480b1d969f4e301
parentbc9f53f69e8207027bf2b18e3d01b30401e76ace
Replace 1/0 with 1//0 in tests to avoid Python 3 warns (GH-10833)

Fix DeprecationWarning when tests are run using python -3.
Lib/test/test_bdb.py
Lib/test/test_gdb.py
Lib/test/test_sys_settrace.py