Message 412079 - Python tracker (original) (raw)

Message412079

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:46 JelleZijlstra set recipients: + JelleZijlstra, gvanrossum, sobolevn, kj, AlexWaygood
2022-01-29 15:49:46 JelleZijlstra set messageid: 1643471386.77.0.184039630642.issue46571@roundup.psfhosted.org
2022-01-29 15:49:46 JelleZijlstra link issue46571 messages
2022-01-29 15:49:46 JelleZijlstra create