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 eric.smith
Recipients eric.smith, tefra
Date 2021-07-17.01:51:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626486675.23.0.031928408852.issue44649@roundup.psfhosted.org>
In-reply-to
Content
With Pablo's changes, the error now reads (in 3.11):

    obj.b
    ^^^^^
AttributeError: 'Example' object has no attribute 'b'

Which is a vast improvement!

I'm working on a PR to initialize obj.b in __init__.
History
Date User Action Args
2021-07-17 01:51:15eric.smithsetrecipients: + eric.smith, tefra
2021-07-17 01:51:15eric.smithsetmessageid: <1626486675.23.0.031928408852.issue44649@roundup.psfhosted.org>
2021-07-17 01:51:15eric.smithlinkissue44649 messages
2021-07-17 01:51:15eric.smithcreate