From 3fa27d390e76a90ad3c5dc26a8d5e66f59afae0e Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 29 Jun 2022 10:18:54 +0200 Subject: [PATCH] gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407) --- Doc/tools/susp-ignored.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 29d65cd7207fe7..0dba0744b5fe4b 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -396,3 +396,5 @@ library/typing,,`,"assert_type(name, str) # OK, inferred type of `name` is `str library/typing,,`,# after which we hope the inferred type will be `int` whatsnew/changelog,,:company,-V:company/tag library/typing,,`,# are located in the `typing_extensions` backports package. +library/dis,490,:TOS,TOS = TOS2[TOS1:TOS] +library/dis,497,:TOS,TOS2[TOS1:TOS] = TOS3