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 nvetoshkin
Recipients BreamoreBoy, exarkun, giampaolo.rodola, lekma, nvetoshkin, pitrou, r.david.murray
Date 2010-10-13.19:41:32
SpamBayes Score 7.779489e-10
Marked as misclassified No
Message-id <1286998902.76.0.0732630771345.issue7523@psf.upfronthosting.co.za>
In-reply-to
Content
Another patch with:
 - testInitBlocking method
 - no c++ style comments
 - a newly generated configure script (almost 1.5k lines diff)
 - proper accept4 availability check

With this patch I've got 
Traceback (most recent call last):
  File "/home/nekto/workspace/py3k/Lib/test/test_socket.py", line 1564, in testInterruptedTimeout
    foo = self.serv.accept()
socket.timeout: timed out

Can someone test if there's a real regression?
History
Date User Action Args
2010-10-13 19:41:42nvetoshkinsetrecipients: + nvetoshkin, exarkun, pitrou, giampaolo.rodola, r.david.murray, lekma, BreamoreBoy
2010-10-13 19:41:42nvetoshkinsetmessageid: <1286998902.76.0.0732630771345.issue7523@psf.upfronthosting.co.za>
2010-10-13 19:41:40nvetoshkinlinkissue7523 messages
2010-10-13 19:41:40nvetoshkincreate