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 Victor Milovanov
Recipients Victor Milovanov
Date 2021-09-22.19:18:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632338327.54.0.00831227124768.issue45266@roundup.psfhosted.org>
In-reply-to
Content
To put it differently, if you think in terms of MRO, my custom type's MRO is

my_type_clear (from my type), subtype_clear (from PyTypeObject), etc

And subtype_clear incorrectly assumes that it is the first entry in the object's MRO list for tp_clear.
History
Date User Action Args
2021-09-22 19:18:47Victor Milovanovsetrecipients: + Victor Milovanov
2021-09-22 19:18:47Victor Milovanovsetmessageid: <1632338327.54.0.00831227124768.issue45266@roundup.psfhosted.org>
2021-09-22 19:18:47Victor Milovanovlinkissue45266 messages
2021-09-22 19:18:47Victor Milovanovcreate