bug in pipes on windows #4
Closed
Labels
Comments
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thomas Higdon Show activity 9/23/10
Yep, we agree that pipes on windows suck, but thanks for attempting to
support it!
I ran into the following problem on python 2.4, windows server 2008:
It turns out there is a very simple fix, although I'm not completely
certain why it seems no one else has run into this.
It looks like the result of the 'min' function is not something that
the C layer of win32file interprets as an integer. count comes from
the FRAME_HEADER struct in channel.py, which is using the 'L', or
unsigned long format, which I guess doesn't count as an integer.
Anyways, the maintainer may put this into the next release, but I hope
this can help someone else in the meantime.
The text was updated successfully, but these errors were encountered: