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 neologix
Recipients giampaolo.rodola, gvanrossum, jcea, neologix, pitrou, sbt, trent
Date 2013-01-22.16:06:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3G1GpqQWJgoFaH+No7SyDrqzZnRMoxPug2oUcengW2Sg@mail.gmail.com>
In-reply-to <CAH_1eM0t4NiQgvuK8vhJmW3wAOVEbTSi6QpW0KDjKU04tuM4kg@mail.gmail.com>
Content
> For SOCK_STREAM, yes, not for SOCK_DGRAM (or for a pipe when trying to
> write more than PIPE_BUF, although I guess any sensible implementation
> doesn't report the pipe write ready if there's less than PIPE_BUF
> space left).

That should be of course "when trying to write LESS than PIPE_BUF",
since it's required to be atomic.
History
Date User Action Args
2013-01-22 16:06:31neologixsetrecipients: + neologix, gvanrossum, jcea, pitrou, giampaolo.rodola, trent, sbt
2013-01-22 16:06:31neologixlinkissue16507 messages
2013-01-22 16:06:31neologixcreate