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 masamoto
Recipients masamoto, ncoghlan, scoder
Date 2017-10-22.17:49:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Or Py_tss_NEEDS_INIT is removed from the C API document to become a private feature; in other words, the Python interpreter will recommend that the static allocation for the TSS key shouldn't be used in the API client codes except for the interpreter core and built-in modules. (okay, I know it's an unfair suggestion)

BTW, it's my mistake which the word "default value" for Py_tss_NEEDS_INIT, actually it makes more sense "initializer". I'd like to fix the document and the PEP, would I open the PR with this issue?
History
Date User Action Args
2017-10-22 17:49:38masamotosetrecipients: + masamoto, ncoghlan, scoder
2017-10-22 17:49:38masamotosetmessageid: <[email protected]>
2017-10-22 17:49:38masamotolinkissue31828 messages
2017-10-22 17:49:38masamotocreate