• Victor Stinner's avatar
    bpo-31221: patchcheck ignores external libraries (#3109) · 4a347ce4
    Victor Stinner yazdı
    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
    4a347ce4
patchcheck.py 10.1 KB