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 erlendaasland
Recipients Michael.Felt, corona10, erlendaasland, miss-islington, rhettinger, ronaldoussoren, shihai1991, vstinner
Date 2021-02-16.22:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613514801.73.0.517509789682.issue40170@roundup.psfhosted.org>
In-reply-to
Content
Thanks, Victor.

For PySequence_ITEM, I guess adding a private C version (for example _PySequence_Item) and redirecting the macro to the C version would be acceptable.

Ditto for PyHeapType_GET_MEMBERS and PyType_SUPPORTS_WEAKREFS.
History
Date User Action Args
2021-02-16 22:33:21erlendaaslandsetrecipients: + erlendaasland, rhettinger, ronaldoussoren, vstinner, Michael.Felt, corona10, miss-islington, shihai1991
2021-02-16 22:33:21erlendaaslandsetmessageid: <1613514801.73.0.517509789682.issue40170@roundup.psfhosted.org>
2021-02-16 22:33:21erlendaaslandlinkissue40170 messages
2021-02-16 22:33:21erlendaaslandcreate