[BUG] error in HTTPTestUtil.py
John A Meinel
john at arbash-meinel.com
Wed Oct 26 02:45:18 BST 2005
Alexander Belchenko wrote:
> John A Meinel wrote:
> > On my Mac, and on Linux, EAGAIN == EWOULDBLOCK, apparently they are
>
>> different in windows. So I would just change the above to be:
>> except socket.error, e:
>> if e.args[0] in (errno.EAGAIN, errno.EWOULDBLOCK):
>> time.sleep(0.01)
>> continue
>> raise
>>
>> Can you make that change and see if it fixes your problem?
>
>
> I've test this change: traceback is gone. So it seems this change solve
> the problem on Windows. Do you update your branch or I need send the patch?
Well, I don't generally keep an integration branch up-to-date. This week
I really need to focus on writing my thesis.
How about if your changes still haven't shown up next week, I'll start
an integration branch for your (and my) cross platform fixes, which will
make it easier for Martin and Robert to pull it into their trees.
John
=:->
>
> Alexander.
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051025/2bfc054f/attachment.pgp
More information about the bazaar
mailing list