Antoine Pitrou <pit...@free.fr> added the comment:

I don't think these flags need documenting or even deserve mentioning. 
Py_TPFLAGS_HAVE_STACKLESS_EXTENSION seems to be two bits reserved for use by 
Stackless, while Py_TPFLAGS_HAVE_VERSION_TAG should be considered by extension 
authors an internal implementation detail (in normal circumstances, it won't 
impact how they have to write their code or the semantics of their extension 
types).

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to