Skip to content

Commit 595baa4

Browse files
authored
gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)
1 parent 199ba23 commit 595baa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/tools/susp-ignored.csv

+2
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,5 @@ library/typing,,`,"assert_type(name, str) # OK, inferred type of `name` is `str
396396
library/typing,,`,# after which we hope the inferred type will be `int`
397397
whatsnew/changelog,,:company,-V:company/tag
398398
library/typing,,`,# are located in the `typing_extensions` backports package.
399+
library/dis,490,:TOS,TOS = TOS2[TOS1:TOS]
400+
library/dis,497,:TOS,TOS2[TOS1:TOS] = TOS3

0 commit comments

Comments
 (0)