STINNER Victor <[email protected]> added the comment:
Mark Shannon experiment using __thread: * https://mail.python.org/archives/list/[email protected]/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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40522> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
