Making termios.tcdrain() work with threads?

Grant Edwards grante at visi.com
Tue Nov 26 13:55:41 EST 2002


I've noticed that calling termios.tcdrain(fd) (under Unix)
blocks all threads instead of just the calling thread.  This is
making life a bit diffucult for me, so I'm going to take a
crack at making it work "right".  Before I try, is there any
particular reason why it should behave the way it does now?

-- 
Grant Edwards                   grante             Yow!  Is this ANYWHERE,
                                  at               USA?
                               visi.com            



More information about the Python-list mailing list