]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
ResourceWarning: Revert change on socket and scandir
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 19 Mar 2016 01:01:48 +0000 (02:01 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 19 Mar 2016 01:01:48 +0000 (02:01 +0100)
commitf664dc58344fc615f8f5649752bf5cb54efe5b3b
tree33168a0657832d06ceb69098b13108ffa93046ef
parenteedf13fe231b49b10c9a836ae8c9120d215deb84
ResourceWarning: Revert change on socket and scandir

io.FileIO has a safe implementation of destructor, but not socket nor scandir.
Modules/posixmodule.c
Modules/socketmodule.c