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 mdk
Recipients erlendaasland, lukasz.langa, mdk, ned.deily, pablogsal, rhettinger, vstinner
Date 2021-11-19.08:31:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637310716.48.0.781966019287.issue42238@roundup.psfhosted.org>
In-reply-to
Content
A new false positive today from 31b3a70edb1216bdc8fab3b2eafd8ddb00487f41:

https://docs.python.org/dev/reference/datamodel.html#class-getitem-versus-getitem

in:

    should be called::

        from inspect import isclass

        def subscribe(obj, x):
            """Return the result of the expression `obj[x]`"""

make suspicious whines about the backticks.
History
Date User Action Args
2021-11-19 08:31:56mdksetrecipients: + mdk, rhettinger, vstinner, ned.deily, lukasz.langa, pablogsal, erlendaasland
2021-11-19 08:31:56mdksetmessageid: <1637310716.48.0.781966019287.issue42238@roundup.psfhosted.org>
2021-11-19 08:31:56mdklinkissue42238 messages
2021-11-19 08:31:56mdkcreate