Skip to content

Commit

Permalink
pythongh-86404: [doc] Two 'make suspicious' false positives. (pythonG…
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard authored and gvanrossum committed Jun 30, 2022
1 parent 2e919ba commit 3fa27d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/tools/susp-ignored.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3fa27d3

Please sign in to comment.