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 Leslie
Recipients Leslie
Date 2019-09-02.10:23:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567419827.68.0.665093966998.issue38007@roundup.psfhosted.org>
In-reply-to
Content
In Feb 20, 2006, in commit https://github.com/python/cpython/commit/c255c7bef7621596869f56d887ac3ccd5b536708 the bug https://bugs.python.org/issue1086854 had been fixed.

In Dec 3, 2010, in commit https://github.com/python/cpython/commit/4d0d471a8031de90a2b1ce99c4ac4780e60b3bc9 basically the same issue has been introduced again, because it added a "slots" member to the added PyType_Spec struct.

The proposed solution is the same like in the earlier commit, which is explained in https://bugs.python.org/msg23759 :
protect PyType_Spec struct members with prefix:
ts_name, ts_doc, ts_basicsize, ts_itemsize, ts_flags, ts_slots
History
Date User Action Args
2019-09-02 10:23:47Lesliesetrecipients: + Leslie
2019-09-02 10:23:47Lesliesetmessageid: <1567419827.68.0.665093966998.issue38007@roundup.psfhosted.org>
2019-09-02 10:23:47Leslielinkissue38007 messages
2019-09-02 10:23:47Lesliecreate