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 tekknolagi
Recipients tekknolagi
Date 2022-01-28.07:06:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643353574.8.0.417486846684.issue46561@roundup.psfhosted.org>
In-reply-to
Content
Currently the descriptor (self) argument to __get__ is passed borrowed, since _PyType_LookupId returns a borrowed reference (see _PyObject_LookupSpecial and lookup_maybe_method in Objects/typeobject.c). This should instead own the reference.
History
Date User Action Args
2022-01-28 07:06:14tekknolagisetrecipients: + tekknolagi
2022-01-28 07:06:14tekknolagisetmessageid: <1643353574.8.0.417486846684.issue46561@roundup.psfhosted.org>
2022-01-28 07:06:14tekknolagilinkissue46561 messages
2022-01-28 07:06:14tekknolagicreate