[Twisted-Python] Status of trac upgrade

2014-05-23 Thread exarkun
Hello, I was just wondering what the current status of the effort to upgrade trac on twistedmatrix.com is. Thanks, Jean-Paul ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-p

Re: [Twisted-Python] doWrite called on a twisted.internet.unix.Port

2014-05-23 Thread Killian De Smedt
Hi Exarkun, I tried hacking the addWriter method as follows: add_writer_orig = reactor.__class__.addWriter #@UndefinedVariable def my_add_writer(self, writer): logging.warn(writer.__class__.__mro__) logging.warn(''.join(traceback.format_stack()))

Re: [Twisted-Python] doWrite called on a twisted.internet.unix.Port

2014-05-23 Thread exarkun
On 01:49 pm, killia...@gmail.com wrote: Hi Exarkun, I tried hacking the addWriter method as follows: add_writer_orig = reactor.__class__.addWriter #@UndefinedVariable def my_add_writer(self, writer): logging.warn(writer.__class__.__mro__) logging.warn(''.joi