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 erik.bray
Recipients EdSchouten, erik.bray, masamoto, ncoghlan, r.david.murray, vstinner
Date 2017-01-12.14:37:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484231862.17.0.70537177236.issue25658@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Masayuki for the updated patch, and especially for the additional test cases.

Looking at the patch, it occurs to me that this solution seems to be the minimal needed to fix the issue that we were originally trying to fix, without adding too much additional complexity or new semantics to how TLS keys are used in the interpreter.  In other words, this preserves the existing usage with minimal changes except to better support opaque key types.  So I think it's a point in favor of this change that's managed to remain focused.

I'll work on updating the PEP draft to reflect the additions.
History
Date User Action Args
2017-01-12 14:37:42erik.braysetrecipients: + erik.bray, ncoghlan, vstinner, r.david.murray, masamoto, EdSchouten
2017-01-12 14:37:42erik.braysetmessageid: <1484231862.17.0.70537177236.issue25658@psf.upfronthosting.co.za>
2017-01-12 14:37:42erik.braylinkissue25658 messages
2017-01-12 14:37:41erik.braycreate