commit | 4f6f7c5a611905fb6b81671547f268c226bc646a | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Jun 11 02:49:06 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 11 02:49:06 2019 +0200 |
tree | d5c62b12768c6450f7537fb28a9b87e1bee6f9ea | |
parent | 8a8b59c9794674b50b2242698c29038034f4864c [diff] |
bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952) _pyio.IOBase destructor now does nothing if getting the closed attribute fails to better mimick _io.IOBase finalizer.