]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)
authorJulien Palard <julien@palard.fr>
Wed, 29 Jun 2022 08:18:54 +0000 (10:18 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 08:18:54 +0000 (10:18 +0200)
Doc/tools/susp-ignored.csv

index 29d65cd7207fe77fd5d8deac5d86afa58d2e5594..0dba0744b5fe4bf96b9cef9fdc5d3df8e968a813 100644 (file)
@@ -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