This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients Arfrever, exarkun, gpolo, loewis
Date 2009-08-19.20:34:41
SpamBayes Score 2.4837033e-07
Marked as misclassified No
Message-id <1250714083.81.0.501684961965.issue6731@psf.upfronthosting.co.za>
In-reply-to
Content
> If it's not a problem, then the invoker doesn't need to check the exit
> code of setup.py.

Suppose the _tkinter module failed to compile on a given system, how
would you know if this is a problem or not ? setup.py would return 1
because it couldn't be built, but the rest of Python were compiled
successfully.
History
Date User Action Args
2009-08-19 20:34:43gpolosetrecipients: + gpolo, loewis, exarkun, Arfrever
2009-08-19 20:34:43gpolosetmessageid: <1250714083.81.0.501684961965.issue6731@psf.upfronthosting.co.za>
2009-08-19 20:34:42gpololinkissue6731 messages
2009-08-19 20:34:42gpolocreate