[Twisted-Python] Wierd Error

Itamar twisted at itamarst.org
Fri Aug 10 14:23:19 MDT 2001


Might this is be the result of a connection being closed by a thread, implying that this is not thread safe?
If so (even if the error resulted from something else, actually) I think the FileDescriptor.loseConnection() method should also be synchronized.


Unexpected error in Selector.run.
Traceback (most recent call last):
   File "twisted/internet/main.py", line 277, in run
     doSelect(timeout)
   File "twisted/internet/main.py", line 191, in doSelect
     [], timeout)
   File "twisted/internet/abstract.py", line 232, in fileno
     raise NotImplementedError(str(self.__class__)+' has no fileno method')
NotImplementedError: twisted.internet.tcp.Server has no fileno method






More information about the Twisted-Python mailing list