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 vstinner
Recipients seberg, vstinner
Date 2020-12-28.23:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609199998.25.0.531007934396.issue40522@roundup.psfhosted.org>
In-reply-to
Content
Mark Shannon experiment using __thread:

* https://mail.python.org/archives/list/python-dev@python.org/thread/RPSTDB6AEMIACJFZKCKIRFTVLAJQLAS2/

* https://github.com/python/cpython/compare/master...markshannon:threadstate_in_tls

He added " extern __thread struct _ts *_Py_tls_tstate;" to Include/cpython/pystate.h.
History
Date User Action Args
2020-12-28 23:59:58vstinnersetrecipients: + vstinner, seberg
2020-12-28 23:59:58vstinnersetmessageid: <1609199998.25.0.531007934396.issue40522@roundup.psfhosted.org>
2020-12-28 23:59:58vstinnerlinkissue40522 messages
2020-12-28 23:59:58vstinnercreate