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 ronaldoussoren
Recipients loewis, ned.deily, ronaldoussoren
Date 2010-01-08.09:46:32
SpamBayes Score 7.862625e-09
Marked as misclassified No
Message-id <1262943993.74.0.465805385389.issue7658@psf.upfronthosting.co.za>
In-reply-to
Content
BTW. The patch is incorrect in it current form:

* The change to LIPO_32BIT_FLAGS is unconditional, the current values are needed to build on modern system, I guess the proposed new value would be needed for building on 10.4?

* The patch changes pythonw to use execv unconditionally when building a binary that should work on 10.4, as noted in the discussion it is easy enough to build an executable that uses posix_spawnv when it is available and falls back to execv when it is not.  A configure check can be used to detect if posix_spawnv is available at link-time.
History
Date User Action Args
2010-01-08 09:46:33ronaldoussorensetrecipients: + ronaldoussoren, loewis, ned.deily
2010-01-08 09:46:33ronaldoussorensetmessageid: <1262943993.74.0.465805385389.issue7658@psf.upfronthosting.co.za>
2010-01-08 09:46:32ronaldoussorenlinkissue7658 messages
2010-01-08 09:46:32ronaldoussorencreate