mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-93692: remove "build finished successfully" message from setup.py (#93693)
The message was only emitted when the build succeeded _and_ there were missing modules.
This commit is contained in:
parent
d3a27e4c93
commit
ab077d1e17
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -538,7 +538,6 @@ def print_three_column(lst):
|
|||
|
||||
if self.missing:
|
||||
print()
|
||||
print("Python build finished successfully!")
|
||||
print("The necessary bits to build these optional modules were not "
|
||||
"found:")
|
||||
print_three_column(self.missing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue