]> granicus.if.org Git - python/commit
Issue #808164: Fixed socket.close to avoid references to globals, to
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 31 Aug 2010 20:08:07 +0000 (20:08 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 31 Aug 2010 20:08:07 +0000 (20:08 +0000)
commit19d6a4fd4974a0536a02c93a0dc878194a1d4691
treeeddd00809d7cbadfb218b55c441a8e33a650f5b4
parenta606faa491af05b99dba6ebafa57662cf6b451fe
Issue #808164: Fixed socket.close to avoid references to globals, to
avoid issues when socket.close is called from a __del__ method.
Lib/socket.py
Misc/NEWS