Antoine Pitrou <pit...@free.fr> added the comment: > According to PEP 384 (Defining a Stable ABI) the thread state object > is opaque, so we should be free to add or remove fields.
Mmh, be aware the stable ABI is only a restricted part of the official API. There are APIs which are not part of the stable ABI, but are still public and officially supported. That said, I agree the thread state *structure* shouldn't be part of the official API. If necessary, we can provide accessors for some of its members. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13897> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com