Martin Panter added the comment:

Maybe they are missing because they don’t exist in Python 3 :) 
<https://hg.python.org/cpython/file/v3.5.1/Include/object.h#l291>

Perhaps what is needed instead is a list of the actual fields in order, since I 
assume Python supports compilers that can’t use the designated initializer 
(PySequenceMethods){.sq_contains=...} syntax.

----------
nosy: +martin.panter

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

Reply via email to