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 nascheme
Recipients nascheme, vstinner
Date 2020-10-20.19:18:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603221539.38.0.388949807312.issue42099@roundup.psfhosted.org>
In-reply-to
Content
It is great that access to ob_type has been cleaned up to use an access macro.  There are two spots that still need fixing.

I think we should do something to help avoid this kind of thing slipping into the code in the future.  E.g. a special build flag that renames the ob_type member would work.  I'll make a separate bug for that.
History
Date User Action Args
2020-10-20 19:18:59naschemesetrecipients: + nascheme, vstinner
2020-10-20 19:18:59naschemesetmessageid: <1603221539.38.0.388949807312.issue42099@roundup.psfhosted.org>
2020-10-20 19:18:59naschemelinkissue42099 messages
2020-10-20 19:18:58naschemecreate