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 Mike Lewis
Recipients Mike Lewis
Date 2018-02-08.09:12:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518081179.84.0.467229070634.issue32795@psf.upfronthosting.co.za>
In-reply-to
Content
Example of the output:

$ ./timeout.py
Subprocess with idle stdout at timeout: start at  1518081130.44
Timed out at: 1518081135.45, 5 seconds
Generating stdout from subprocess: start at  1518081135.45
Timed out at: 1518081136.47, 1 seconds

As you see, the 1 second timeout is respected in the second case where the child process is generating output.
History
Date User Action Args
2018-02-08 09:12:59Mike Lewissetrecipients: + Mike Lewis
2018-02-08 09:12:59Mike Lewissetmessageid: <1518081179.84.0.467229070634.issue32795@psf.upfronthosting.co.za>
2018-02-08 09:12:59Mike Lewislinkissue32795 messages
2018-02-08 09:12:59Mike Lewiscreate