This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Xavion
Recipients Xavion, ztane
Date 2016-09-15.07:33:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473924821.57.0.0740913880483.issue28165@psf.upfronthosting.co.za>
In-reply-to
Content
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()
History
Date User Action Args
2016-09-15 07:33:41Xavionsetrecipients: + Xavion, ztane
2016-09-15 07:33:41Xavionsetmessageid: <1473924821.57.0.0740913880483.issue28165@psf.upfronthosting.co.za>
2016-09-15 07:33:41Xavionlinkissue28165 messages
2016-09-15 07:33:41Xavioncreate