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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ndyankov
Date 2009-09-25.16:02:51
SpamBayes Score 0.045993384
Marked as misclassified No
Message-id <1253894572.76.0.57829082443.issue6993@psf.upfronthosting.co.za>
In-reply-to
Content
> "No code is being executed"

Hmm, in dns.entropy module (I found the code there:
http://www.dnspython.com/docs/1.7.1/html/dns.entropy-pysrc.html
) line 89 says "pool = EntropyPool()", and the __init__ function opens
and reads bytes from /dev/random.
This is the cause of the slowdown, as is shown by the strace file.

The time module is innocent here.
History
Date User Action Args
2009-09-25 16:02:52amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ndyankov
2009-09-25 16:02:52amaury.forgeotdarcsetmessageid: <1253894572.76.0.57829082443.issue6993@psf.upfronthosting.co.za>
2009-09-25 16:02:51amaury.forgeotdarclinkissue6993 messages
2009-09-25 16:02:51amaury.forgeotdarccreate