[issue6731] Non-zero exit status of setup.py when building of extensions has failed

2009-08-18 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- versions: -Python 2.4, Python 2.5, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6731] Non-zero exit status of setup.py when building of extensions has failed

2009-08-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: It is deliberate that building Python succeeds even if building an extension has failed. -- nosy: +loewis ___ Python tracker ___ __

[issue6731] Non-zero exit status of setup.py when building of extensions has failed

2009-08-18 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis : sharedmods rule of Makefile calls setup.py which doesn't fail even building of extensions has failed. -- components: Build files: python-non-zero_exit_status_on_failure.patch keywords: patch messages: 91719 nosy: Arfrever severit