Jelle Zijlstra <[email protected]> added the comment:
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`. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46571> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
