[Python-checkins] gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)

JulienPalard webhook-mailer at python.org
Wed Jun 29 04:19:05 EDT 2022


https://github.com/python/cpython/commit/595baa4e061ec868fc36ada364ab8630e3f86942
commit: 595baa4e061ec868fc36ada364ab8630e3f86942
branch: main
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2022-06-29T10:18:54+02:00
summary:

gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)

files:
M Doc/tools/susp-ignored.csv

diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index 29d65cd7207fe..0dba0744b5fe4 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



More information about the Python-checkins mailing list