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.

作者 brian
收信人 Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, neologix, pitrou, rosslagerwall, synapse, therve, vstinner, wiml
日期 2011-05-31.03:08:52
SpamBayes Score 1.2906969e-06
Marked as misclassified
Message-id <1306811332.95.0.283776934259.issue6560@psf.upfronthosting.co.za>
In-reply-to
内容
Have tested my code with this patch, the recvmsg(...) call seems to work fine.

Also had a half-hearted attempt at porting to Python 2.7, but didn't get past compiling, the code requires BEGIN_SELECT_LOOP and END_SELECT_LOOP macros that aren't defined in Python 2.7 - I tried copying the definitions from Python 3.3, but that didn't work either. Not sure if it is worth the effort if Python 2.7 is closed to new features.

Brian May
历史
日期 用户 动作 参数
2011-05-31 03:08:53brian修改recipients: + brian, exarkun, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, synapse, Andrew.Grover, wiml, neologix, rosslagerwall
2011-05-31 03:08:52brian修改messageid: <1306811332.95.0.283776934259.issue6560@psf.upfronthosting.co.za>
2011-05-31 03:08:52brian链接issue6560 messages
2011-05-31 03:08:52brian创建