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 martin.panter
Recipients atuining, docs@python, martin.panter
Date 2016-02-12.04:16:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455250585.17.0.228348149206.issue26346@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-02-12 04:16:25martin.pantersetrecipients: + martin.panter, atuining, docs@python
2016-02-12 04:16:25martin.pantersetmessageid: <1455250585.17.0.228348149206.issue26346@psf.upfronthosting.co.za>
2016-02-12 04:16:25martin.panterlinkissue26346 messages
2016-02-12 04:16:24martin.pantercreate