Skip to content

[3.6] bpo-31221: patchcheck ignores external libraries (#3109)#3116

Merged
vstinner merged 2 commits into
python:3.6from
vstinner:patchcheck36
Aug 17, 2017
Merged

[3.6] bpo-31221: patchcheck ignores external libraries (#3109)#3116
vstinner merged 2 commits into
python:3.6from
vstinner:patchcheck36

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Aug 17, 2017

Python 3.6 backport: exclude also Modules/_ctypes/libffi/

https://bugs.python.org/issue31221

Tools/scripts/patchcheck.py now ignores changes in directories which
are copies of external libraries:

* Modules/_ctypes/libffi_msvc/
* Modules/_ctypes/libffi_osx/
* Modules/_decimal/libmpdec/
* Modules/expat/
* Modules/zlib/

Drop also support for Mercurial, since CPython migrated to Git.

Exclude also libmpdec

patchcheck: exclude also libffi_osx and libffi_msvc
(cherry picked from commit 4a347ce)
@vstinner vstinner merged commit d23b1c4 into python:3.6 Aug 17, 2017
@vstinner vstinner deleted the patchcheck36 branch August 17, 2017 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants