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 abarry
Recipients abarry, serhiy.storchaka, sjpalt
Date 2016-12-04.15:40:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Additionally, trying to access an attribute before assigning it will result in an AttributeError on all subsequent accesses (even if set).

I didn't manage to get a segfault, however.
History
Date User Action Args
2016-12-04 15:40:23abarrysetrecipients: + abarry, serhiy.storchaka, sjpalt
2016-12-04 15:40:23abarrysetmessageid: <[email protected]>
2016-12-04 15:40:23abarrylinkissue28866 messages
2016-12-04 15:40:23abarrycreate