This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients christian.heimes, docs@python, frankmillman, georg.brandl, gregory.p.smith, martin.panter, methane, python-dev, r.david.murray, serhiy.storchaka, xiang.zhang
Date 2017-01-14.06:54:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484376853.11.0.439051021782.issue29062@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like Doc/tools/susp-ignored.csv needs updating:

$ make -C Doc/ suspicious
[. . .]
writing output... [ 49%] library/hashlib                                        
WARNING: [library/hashlib:502] ":vatrogasac" found in ">>> cookie = b'user:vatrogasac'"
WARNING: [library/hashlib:502] ":vatrogasac" found in "user:vatrogasac,349cf904533767ed2d755279a8df84d0"
WARNING: [library/hashlib:502] ":policajac" found in ">>> compare_digest(b'user:policajac', sig)"
WARNING: [library/hashlib:646] ":LEAF" found in "... h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
[. . .]
WARNING: Found 4/327 unused rules:
library/hashlib-blake2,,:vatrogasac,>>> cookie = b'user:vatrogasac'
library/hashlib-blake2,,:vatrogasac,user:vatrogasac,349cf904533767ed2d755279a8df84d0
library/hashlib-blake2,,:policajac,>>> compare_digest(b'user:policajac', sig)
library/hashlib-blake2,,:LEAF,h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,
build finished with problems, 7 warnings.
make[1]: *** [build] Error 1
make[1]: Leaving directory `/media/disk/home/proj/python/cpython/Doc'
Suspicious check complete; look for any errors in the above output or in build/suspicious/suspicious.csv.  If all issues are false positives, append that file to tools/susp-ignored.csv.
make: *** [suspicious] Error 1
History
Date User Action Args
2017-01-14 06:54:13martin.pantersetrecipients: + martin.panter, georg.brandl, gregory.p.smith, frankmillman, christian.heimes, r.david.murray, methane, docs@python, python-dev, serhiy.storchaka, xiang.zhang
2017-01-14 06:54:13martin.pantersetmessageid: <1484376853.11.0.439051021782.issue29062@psf.upfronthosting.co.za>
2017-01-14 06:54:13martin.panterlinkissue29062 messages
2017-01-14 06:54:12martin.pantercreate