Skip to content

Commit

Permalink
pythongh-86404: [doc] A make sucpicious false positive. (pythonGH-93710)
Browse files Browse the repository at this point in the history
(cherry picked from commit bc3b31e)

Co-authored-by: Julien Palard <[email protected]>
  • Loading branch information
JulienPalard authored and miss-islington committed Jun 11, 2022
1 parent 34ef12a commit 52abaf9
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 @@ -172,6 +172,8 @@ library/itertools,,:step,elements from seq[start:stop:step]
library/itertools,,::,kernel = tuple(kernel)[::-1]
library/itertools,,:stop,elements from seq[start:stop:step]
library/logging.handlers,,:port,host:port
library/logging,,:root,WARNING:root:Watch out!
library/logging,,:Watch,WARNING:root:Watch out!
library/mmap,,:i2,obj[i1:i2]
library/multiprocessing,,`,# Add more tasks using `put()`
library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"
Expand Down

0 comments on commit 52abaf9

Please sign in to comment.