Message314347
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. |
|
Date |
User |
Action |
Args |
2018-03-24 00:35:22 | vitaly.krug | set | recipients:
+ vitaly.krug, pitrou, christian.heimes, serhiy.storchaka |
2018-03-24 00:35:22 | vitaly.krug | set | messageid: <1521851722.85.0.467229070634.issue33023@psf.upfronthosting.co.za> |
2018-03-24 00:35:22 | vitaly.krug | link | issue33023 messages |
2018-03-24 00:35:22 | vitaly.krug | create | |
|