Xavion added the comment:

It's easier to reproduce the issue if you use a timer (rather than a loop).  
The newly attached logfile was generated with the following code fragment.

    def fTest() :
        check_output("true")
        threading.Timer(1, fTest, ()).start()

----------
Added file: http://bugs.python.org/file44672/Output.log

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28165>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to