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 martin.panter
Recipients Julien.Palard, martin.panter
Date 2015-06-24.12:55:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435150559.0.0.652619180925.issue24486@psf.upfronthosting.co.za>
In-reply-to
Content
I assume you meant _without_ an explicit timeout setting in Requests, you see a recvfrom() system call, and _with_ an explicit timeout you see poll(). I guess that would be because Requests is using a blocking socket in the first case, and in the second case the timeout is implemented by waiting for data to be available before reading it.
History
Date User Action Args
2015-06-24 12:55:59martin.pantersetrecipients: + martin.panter, Julien.Palard
2015-06-24 12:55:59martin.pantersetmessageid: <1435150559.0.0.652619180925.issue24486@psf.upfronthosting.co.za>
2015-06-24 12:55:58martin.panterlinkissue24486 messages
2015-06-24 12:55:58martin.pantercreate