]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close resources owned by subclass before calling super().close().
authorGuido van Rossum <guido@dropbox.com>
Thu, 31 Oct 2013 18:01:40 +0000 (11:01 -0700)
committerGuido van Rossum <guido@dropbox.com>
Thu, 31 Oct 2013 18:01:40 +0000 (11:01 -0700)
commit61a2ced1c5b91ea05300dfcb0801f1ffaf58647f
treef4d09bba92361e48a26896aa3ebd330d606d3c85
parent0160b5fae1a93fc6b3da57da08b1fdadec2b83f4
Close resources owned by subclass before calling super().close().
Lib/selectors.py