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 loewis
Recipients loewis, movement, pitrou, srid, zooko
Date 2010-06-01.21:13:18
SpamBayes Score 0.08070554
Marked as misclassified No
Message-id <1275426809.49.0.721424174427.issue8864@psf.upfronthosting.co.za>
In-reply-to
Content
Most likely, we wouldn't be able to support recvmsg on Solaris. We would need to run configure tests to determine whether the APIs are available, and that would require defining _XOPEN_SOURCE in pyconfig.h.in, which (according to #1759169) we must not do.
History
Date User Action Args
2010-06-01 21:13:29loewissetrecipients: + loewis, zooko, pitrou, movement, srid
2010-06-01 21:13:29loewissetmessageid: <1275426809.49.0.721424174427.issue8864@psf.upfronthosting.co.za>
2010-06-01 21:13:18loewislinkissue8864 messages
2010-06-01 21:13:18loewiscreate