]> granicus.if.org Git - python/commit
Fix socket leaks (#351)
authorIvan Mokeev <stackpoint@mail.ru>
Mon, 3 Apr 2017 11:06:34 +0000 (14:06 +0300)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Apr 2017 11:06:34 +0000 (13:06 +0200)
commitd64146c4b776e569e5cf78d6ef561be1248612bd
tree1e38600d496671e4a8c5c4070c2dcfdd2ae96ec1
parent9c2c42c221d7996070c0c0a2a114ab42fe3ddb9d
Fix socket leaks (#351)

* Fix socket leaks

* Fixed sockets leak
Lib/ftplib.py