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 con-f-use
Recipients avraf, con-f-use, r.david.murray
Date 2020-03-06.21:10:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583529021.99.0.809788078794.issue27793@roundup.psfhosted.org>
In-reply-to
Content
In particular, this might conflict with the documentation of global, which states:

> If the target is an identifier (name):
>
>    If the name does not occur in a global statement in the current code block: the name is bound to the object in the current local namespace.
>
>    Otherwise: the name is bound to the object in the current global namespace.

There is no exception of names that are within the body of a class object and start (but not end) with double underscores.
History
Date User Action Args
2020-03-06 21:10:22con-f-usesetrecipients: + con-f-use, r.david.murray, avraf
2020-03-06 21:10:21con-f-usesetmessageid: <1583529021.99.0.809788078794.issue27793@roundup.psfhosted.org>
2020-03-06 21:10:21con-f-uselinkissue27793 messages
2020-03-06 21:10:21con-f-usecreate