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 martin.panter
Recipients Yuri.Bochkarev, agriffis, alanjds, amak, cananian, demian.brecht, gregory.p.smith, icordasc, jcea, jhylton, martin.panter, mhammond, orsenthil, r.david.murray
Date 2015-01-18.23:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421625310.07.0.304782643696.issue3566@psf.upfronthosting.co.za>
In-reply-to
Content
Spotted code in Python’s own library that maintains a persistent connection and works around this issue:

Lib/xmlrpc/client.py:1142
History
Date User Action Args
2015-01-18 23:55:10martin.pantersetrecipients: + martin.panter, jhylton, mhammond, gregory.p.smith, jcea, orsenthil, amak, cananian, r.david.murray, alanjds, agriffis, icordasc, demian.brecht, Yuri.Bochkarev
2015-01-18 23:55:10martin.pantersetmessageid: <1421625310.07.0.304782643696.issue3566@psf.upfronthosting.co.za>
2015-01-18 23:55:10martin.panterlinkissue3566 messages
2015-01-18 23:55:09martin.pantercreate