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 ndyankov
Recipients amaury.forgeotdarc, ndyankov
Date 2009-09-25.19:23:32
SpamBayes Score 5.537389e-08
Marked as misclassified No
Message-id <1253906614.1.0.353912263762.issue6993@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I found the reason and it is the very fact of using /dev/random
which would block if there aren't enough random numbers in queue.
Maybe dns-python should be using /dev/urandom instead (though there
might be reasons for not doing so).

The mystery is revealed.
I am closing the bug.
:)
History
Date User Action Args
2009-09-25 19:23:34ndyankovsetrecipients: + ndyankov, amaury.forgeotdarc
2009-09-25 19:23:34ndyankovsetmessageid: <1253906614.1.0.353912263762.issue6993@psf.upfronthosting.co.za>
2009-09-25 19:23:33ndyankovlinkissue6993 messages
2009-09-25 19:23:32ndyankovcreate