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 AlexWaygood, erlendaasland, lukasz.langa, mdk, ned.deily, pablogsal, rhettinger, vstinner, willingc
Date 2021-11-25.08:14:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
A new false positive in b48ac6fe38b2fca9963b097c04cdecfc6083104e:

    +++ b/Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst
    @@ -0,0 +1,2 @@
    +Test ``Lib/ctypes/test/test_functions.py::test_mro`` now uses
    +``self.assertRaises`` instead of ``try/except``.

It's been only one month since the last true positive, so I'll still watching this closely...
History
Date User Action Args
2021-11-25 08:14:57mdksetrecipients: + mdk, rhettinger, vstinner, ned.deily, lukasz.langa, willingc, pablogsal, erlendaasland, AlexWaygood
2021-11-25 08:14:57mdksetmessageid: <[email protected]>
2021-11-25 08:14:57mdklinkissue42238 messages
2021-11-25 08:14:57mdkcreate