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 piotrjurkiewicz
Recipients neologix, piotrjurkiewicz, pitrou
Date 2015-02-05.01:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423101131.61.0.348655194093.issue23351@psf.upfronthosting.co.za>
In-reply-to
Content
Does not work on Debian 7 Wheezy, kernel 3.2.65.

$ python test.py
('sending ', 0)
took 0.000s
('sending ', 1)
took 0.000s
('sending ', 2)
took 0.000s
('sending ', 3)
took 0.000s
('sending ', 4)
took 0.000s
('sending ', 5)
took 0.000s
('sending ', 6)
took 0.000s
('sending ', 7)
took 0.000s
('sending ', 8)
took 0.000s
('sending ', 9)
took 0.000s
('sending ', 10)
took 0.000s
('sending ', 11)
took 0.000s
Traceback (most recent call last):
  File "test.py", line 17, in <module>
    s.sendto("hello", SOCKNAME)
socket.error: [Errno 11] Resource temporarily unavailable

$ uname -a
Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux
History
Date User Action Args
2015-02-05 01:52:11piotrjurkiewiczsetrecipients: + piotrjurkiewicz, pitrou, neologix
2015-02-05 01:52:11piotrjurkiewiczsetmessageid: <1423101131.61.0.348655194093.issue23351@psf.upfronthosting.co.za>
2015-02-05 01:52:11piotrjurkiewiczlinkissue23351 messages
2015-02-05 01:52:10piotrjurkiewiczcreate