]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93692: remove "build finished successfully" message from setup.py (GH-93693)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jun 2022 11:03:35 +0000 (04:03 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 11:03:35 +0000 (04:03 -0700)
commit92d32b9f724249f97e3dc77ada87a8203c26b929
tree9bcffc76c3ebf8647c842b76a4476f780e5d50cd
parent036a2c12010bcc1d8bf35c4550984a8245f9ab5f
gh-93692: remove "build finished successfully" message from setup.py (GH-93693)

The message was only emitted when the build succeeded _and_ there were
missing modules.
(cherry picked from commit ab077d1e17032f84514292ae3fb8dee9bcfd2ce9)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
setup.py