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 baikie
Recipients Andrew.Grover, baikie, exarkun, giampaolo.rodola, jackdied, pitrou, synapse, therve, vstinner, wiml
Date 2010-12-06.19:49:53
SpamBayes Score 0.019661361
Marked as misclassified No
Message-id <20101206194913.GA7420@dbwatson.ukfsn.org>
In-reply-to <1276459333.34.0.2819129099.issue6560@psf.upfronthosting.co.za>
Content
Updated the patch to use the new BEGIN/END_SELECT_LOOP macros.

Also fixed a bug I spotted while doing this whereby when a
timeout was set, errors in select() or poll() would be
misreported as timeouts.

Will also upload at http://codereview.appspot.com/1487041/show
Files
File name Uploaded
baikie-hwundram-v5.diff baikie, 2010-12-06.19:49:51
v5-replace-existing-classes.diff baikie, 2010-12-06.19:49:53
History
Date User Action Args
2010-12-06 19:49:59baikiesetrecipients: + baikie, exarkun, pitrou, therve, vstinner, jackdied, giampaolo.rodola, synapse, Andrew.Grover, wiml
2010-12-06 19:49:54baikielinkissue6560 messages
2010-12-06 19:49:54baikiecreate