summaryrefslogtreecommitdiffstats
path: root/Lib/asyncore.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/asyncore.py')
-rw-r--r--Lib/asyncore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/asyncore.py b/Lib/asyncore.py
index fa70e19..c886f92 100644
--- a/Lib/asyncore.py
+++ b/Lib/asyncore.py
@@ -222,6 +222,7 @@ class dispatcher:
if map.has_key(fd):
#self.log_info('closing channel %d:%s' % (fd, self))
del map[fd]
+ self._fileno = None
def create_socket(self, family, type):
self.family_and_type = family, type