]> granicus.if.org Git - python/commit
SF bug #892492: Multiple close() for asyncore.dispatcher.
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 11:32:50 +0000 (11:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 11:32:50 +0000 (11:32 +0000)
commit3dc3484ac852ce66c7c8260395ead91a8da18020
treeee07d6740e95c85a8609f12770a0444fd38c7060
parent204b0006109d12364f608058174a1d352830260f
SF bug #892492:  Multiple close() for asyncore.dispatcher.
(Contributed by Alexey Klimkin.)

Don't keep the file descriptor after the channel is deleted.
Lib/asyncore.py