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 vstinner
Recipients vstinner
Date 2017-08-16.15:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
My PR https://github.com/python/cpython/pull/3106 failed because patchcheck wants me to normalize spaces of Modules/expat/siphash.h, whereas this file is copied from libexpat: see bpo-30947.

Attached PR changes Tools/scripts/patchcheck.py to ignore changes in Modules/expat/ and Modules/zlib/ subdirectories. The change also drops support for Mercurial, since CPython migrated to Git.
History
Date User Action Args
2017-08-16 15:59:10vstinnersetrecipients: + vstinner
2017-08-16 15:59:10vstinnersetmessageid: <[email protected]>
2017-08-16 15:59:09vstinnerlinkissue31221 messages
2017-08-16 15:59:09vstinnercreate