[issue27868] Unconditionally state when a build succeeds

Brett Cannon report at bugs.python.org
Fri Aug 26 13:56:35 EDT 2016


New submission from Brett Cannon:

When setup.py succeeds at building but couldn't build some dependency it says "Python build finished successfully!" and then lists the modules that couldn't be built. But if you are able to actually build everything then nothing is printed to stdout. Due to the fact that getting everything to build takes so much effort, when I finally reached the nirvana that is all modules built I thought my build had actually failed thanks to nothing being printed to stdout.

It might be worth always printing out that the build succeeded no matter whether a extension module had issues being built or not.

----------
assignee: brett.cannon
messages: 273712
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: Unconditionally state when a build succeeds
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27868>
_______________________________________


More information about the Python-bugs-list mailing list