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 vitaly.krug
Recipients christian.heimes, pitrou, serhiy.storchaka, vitaly.krug
Date 2018-03-24.00:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521851722.85.0.467229070634.issue33023@psf.upfronthosting.co.za>
In-reply-to
Content
It would be very helpful to make a statement in SSLContext's documentation to the effect that it's not copyable. This is frankly the first time I run into a non-copyable object.I spend quite a bit of time researching this after implementing a copying strategy that failed. It would have saved me (and others...) so much time is there was a warning in SSLContext documentation about not being able to serialize/copy/deepcopy by design!

Also, making that exception message more generic (ha, I wasn't pickling anything?!) as Serhiy Storchaka suggested would be a welcome addition, but not replacement for documentation.
History
Date User Action Args
2018-03-24 00:35:22vitaly.krugsetrecipients: + vitaly.krug, pitrou, christian.heimes, serhiy.storchaka
2018-03-24 00:35:22vitaly.krugsetmessageid: <1521851722.85.0.467229070634.issue33023@psf.upfronthosting.co.za>
2018-03-24 00:35:22vitaly.kruglinkissue33023 messages
2018-03-24 00:35:22vitaly.krugcreate