]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-26423: Fix test_descr.test_wrap_lenfunc_bad_cast() on 32-bit Windows (GH-13629)
authorVictor Stinner <vstinner@redhat.com>
Tue, 28 May 2019 16:15:30 +0000 (18:15 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 16:15:30 +0000 (18:15 +0200)
commitaaed2c332ae8370e5e87d09c43ef7a39c2abf68d
treeeb7b64f31b0c67d2b4f49470ba8e2ab97fd142ae
parent80dfe990162e7a2dd99524829beecd449a973e9e
bpo-26423: Fix test_descr.test_wrap_lenfunc_bad_cast() on 32-bit Windows (GH-13629)

Skip the test if xrange(sys.maxsize) raises an OverflowError.
Lib/test/test_descr.py