diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-01 15:33:37 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-01 15:33:37 (GMT) |
commit | 7596e8342ea34108d773d1802d5147e9884b547f (patch) | |
tree | aa19561ab430e4a5b9edee0409ceb4943339edd6 /Misc | |
parent | a09803329c6315792a9dee92c9d4d9bfe6eab01a (diff) | |
download | cpython-7596e8342ea34108d773d1802d5147e9884b547f.zip cpython-7596e8342ea34108d773d1802d5147e9884b547f.tar.gz cpython-7596e8342ea34108d773d1802d5147e9884b547f.tar.bz2 |
Release all forwarded functions in .close. Fixes #1513223.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Core and builtins Library ------- +- Bug #1513223: .close() of a _socketobj now releases the underlying + socket again, which then gets closed as it becomes unreferenced. + - The '_ctypes' extension module now works when Python is configured with the --without-threads option. |