commit | b589cef9c4dada2fb84ce0fae5040ecf16d9d5ef | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Jun 11 03:10:59 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 11 03:10:59 2019 +0200 |
tree | ed1f5300d8bc38587c0856be49c3828291333c9d | |
parent | 4f6f7c5a611905fb6b81671547f268c226bc646a [diff] |
bpo-37223: test_io: silence destructor errors (GH-13954) Implement also MockNonBlockWriterIO.seek() method.