From: Julien Palard Date: Wed, 29 Jun 2022 08:18:54 +0000 (+0200) Subject: gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407) X-Git-Tag: v3.12.0a1~1074 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=595baa4e061ec868fc36ada364ab8630e3f86942;p=thirdparty%2FPython%2Fcpython.git gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407) --- diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 29d65cd7207f..0dba0744b5fe 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