[issue44655] Confusing error with __slots__

Pablo Galindo Salgado report at bugs.python.org
Fri Jul 16 15:29:11 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

For attribute errors we just call dir() on the object and we do a suggestion based on the names so if a name appears in the dir() then we will consider it for the suggestion.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44655>
_______________________________________


More information about the Python-bugs-list mailing list