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 vstinner
Recipients michael.foord, pitrou, rhettinger, vstinner
Date 2011-04-08.14:42:19
SpamBayes Score 0.0008223033
Marked as misclassified No
Message-id <1302273740.49.0.453238576927.issue11800@psf.upfronthosting.co.za>
In-reply-to
Content
I did a similar test on Windows: test_io takes ~19.1 sec with and without timeout. If I look closer, the timeout overhead (call a thread per function call) is 112 µs per function call. The average duration of a test is 48 ms (47,750 µs), so the overhead is 0,2%. I am not sure of these numbers (it is difficult to get reliable numbers, especially in a VM), but I'm sure that the overflow is very low.
History
Date User Action Args
2011-04-08 14:42:20vstinnersetrecipients: + vstinner, rhettinger, pitrou, michael.foord
2011-04-08 14:42:20vstinnersetmessageid: <1302273740.49.0.453238576927.issue11800@psf.upfronthosting.co.za>
2011-04-08 14:42:19vstinnerlinkissue11800 messages
2011-04-08 14:42:19vstinnercreate