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 kxroberto
Recipients Ramchandra Apte, barry, jcea, kxroberto, pitrou, r.david.murray
Date 2011-12-11.19:27:11
SpamBayes Score 9.342527e-14
Marked as misclassified No
Message-id <1323631632.12.0.414167362859.issue13580@psf.upfronthosting.co.za>
In-reply-to
Content
"It doesn't happen in Python 3"

Yet the cheap/unnecessary pre-imports of ssl in those other mentioned socket using libs (urllib (cgi!),httplib,smtplib,pop,imap...) exist there. socket is rarely used directly, so not much difference to Py2 in effect overall.
And Python2.7 lives - which is important for the majority of users perhaps.

Thus I'd request to not close this issue so swift. This is IHMO really a point to make python startup significantly faster, with a rather simple means.

Also the linkage of _ssl solely against a detailed version of libssl/libcrypto is still questionable.


"This is therefore a problem with the Debian package"

I'm not into the Python build files. Just to ask/double-check: is that observed _semi_ static link selection (which is good otherwise - somebody must have done surprisingly lots of care) really from Debian or is there maybe a sort of 2nd default option bundle somewhere in Pythons configure? (If really not so I would go for Debian BTS.)
History
Date User Action Args
2011-12-11 19:27:12kxrobertosetrecipients: + kxroberto, barry, jcea, pitrou, r.david.murray, Ramchandra Apte
2011-12-11 19:27:12kxrobertosetmessageid: <1323631632.12.0.414167362859.issue13580@psf.upfronthosting.co.za>
2011-12-11 19:27:11kxrobertolinkissue13580 messages
2011-12-11 19:27:11kxrobertocreate