]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42212: smelly.py also checks the dynamic library (GH-23423)
authorVictor Stinner <vstinner@python.org>
Tue, 24 Nov 2020 12:38:08 +0000 (13:38 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 12:38:08 +0000 (13:38 +0100)
commitac7d0169d2bce2021b8d88973e649889d7dc1b03
tree9a9b06a930f0a485525ac76f2dd5b8e305592b7a
parent14d81dcaf827f6b66bda45e8f5689d07d7d5735c
bpo-42212: smelly.py also checks the dynamic library (GH-23423)

The smelly.py script now also checks the Python dynamic library and
extension modules, not only the Python static library. Make also the
script more verbose: explain what it does.

The GitHub Action job now builds Python with the libpython dynamic
library.
.github/workflows/build.yml
Misc/NEWS.d/next/Tools-Demos/2020-11-20-15-11-05.bpo-42212.sjzgOf.rst [new file with mode: 0644]
Tools/scripts/smelly.py