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 JelleZijlstra
Recipients AlexWaygood, JelleZijlstra, gvanrossum, kj, sobolevn
Date 2022-01-29.15:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643471386.77.0.184039630642.issue46571@roundup.psfhosted.org>
In-reply-to
Content
Let's not jump into deprecating it.

I think (2) makes the most sense. If we can get that working reliably (using __qualname__ I assume), it would be my preference; otherwise we should do (1).

This problem can also affect function objects, right? `class B: meth = some_function`.
History
Date User Action Args
2022-01-29 15:49:46JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum, sobolevn, kj, AlexWaygood
2022-01-29 15:49:46JelleZijlstrasetmessageid: <1643471386.77.0.184039630642.issue46571@roundup.psfhosted.org>
2022-01-29 15:49:46JelleZijlstralinkissue46571 messages
2022-01-29 15:49:46JelleZijlstracreate