]> granicus.if.org Git - python/commit
bpo-37223: test_io: silence destructor errors (GH-13954)
authorVictor Stinner <vstinner@redhat.com>
Tue, 11 Jun 2019 01:10:59 +0000 (03:10 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 01:10:59 +0000 (03:10 +0200)
commitb589cef9c4dada2fb84ce0fae5040ecf16d9d5ef
treeed1f5300d8bc38587c0856be49c3828291333c9d
parent4f6f7c5a611905fb6b81671547f268c226bc646a
bpo-37223: test_io: silence destructor errors (GH-13954)

Implement also MockNonBlockWriterIO.seek() method.
Lib/test/test_io.py