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, robieta
Date 2020-05-11.18:52:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589223159.0.0.0651517051942.issue40595@roundup.psfhosted.org>
In-reply-to
Content
This is not an annotations-only issue. This is no different from:


import re

class MyClass(object):
    def re(self):
        pass

    m = re.Match

Which gives the same error. It's being evaluated at class scope.
History
Date User Action Args
2020-05-11 18:52:39eric.smithsetrecipients: + eric.smith, robieta
2020-05-11 18:52:39eric.smithsetmessageid: <1589223159.0.0.0651517051942.issue40595@roundup.psfhosted.org>
2020-05-11 18:52:38eric.smithlinkissue40595 messages
2020-05-11 18:52:38eric.smithcreate