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 jerry.seutter
Recipients jerry.seutter
Date 2008-03-19.14:50:46
SpamBayes Score 0.65108633
Marked as misclassified No
Message-id <1205938249.95.0.187788140387.issue2423@psf.upfronthosting.co.za>
In-reply-to
Content
Changes only affect test files.

test_smtplib.py before: 39.7s
test_smtplib.py after: 0.8s

socket.getfqdn() calls were causing all the slowness.  Added a
mock_socket.py file to handle some tests.  For other tests that tested
both server side and client side of the smtp libraries, mocked out
socket.getfqdn() only.
History
Date User Action Args
2008-03-19 14:50:50jerry.seuttersetspambayes_score: 0.651086 -> 0.65108633
recipients: + jerry.seutter
2008-03-19 14:50:49jerry.seuttersetspambayes_score: 0.651086 -> 0.651086
messageid: <1205938249.95.0.187788140387.issue2423@psf.upfronthosting.co.za>
2008-03-19 14:50:48jerry.seutterlinkissue2423 messages
2008-03-19 14:50:48jerry.seuttercreate