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 petr.viktorin
Recipients petr.viktorin, shihai1991, vstinner
Date 2020-05-11.08:53:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589187208.56.0.952894516597.issue40584@roundup.psfhosted.org>
In-reply-to
Content
That seems reasonable. See the discussion around https://bugs.python.org/issue38140 for context.

Note that __dictoffset__ and __weaklistoffset__ are also exposed as members (in PyMemberDef type_members) and documented (Doc/c-api/structures.rst). A new __vectorcalloffset__ should have that as well.
History
Date User Action Args
2020-05-11 08:53:28petr.viktorinsetrecipients: + petr.viktorin, vstinner, shihai1991
2020-05-11 08:53:28petr.viktorinsetmessageid: <1589187208.56.0.952894516597.issue40584@roundup.psfhosted.org>
2020-05-11 08:53:28petr.viktorinlinkissue40584 messages
2020-05-11 08:53:28petr.viktorincreate