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 ncoghlan
Recipients masamoto, ncoghlan, scoder
Date 2017-10-23.03:53:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508730797.66.0.213398074469.issue31828@psf.upfronthosting.co.za>
In-reply-to
Content
For the wording fix, since it's just a trivial docs update, we can go ahead and fix it without an issue reference from the PRs.

As far as the API goes, I do want to support "static Py_tss_t my_tss_key = Py_tss_NEEDS_INIT;" in third party extension modules, which is what the current API gives us.

The question is whether there's a reasonable compiler independent way to also support struct *assignment*, in addition to initialisation.
History
Date User Action Args
2017-10-23 03:53:17ncoghlansetrecipients: + ncoghlan, scoder, masamoto
2017-10-23 03:53:17ncoghlansetmessageid: <1508730797.66.0.213398074469.issue31828@psf.upfronthosting.co.za>
2017-10-23 03:53:17ncoghlanlinkissue31828 messages
2017-10-23 03:53:16ncoghlancreate