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 loewis
Recipients loewis, ned.deily, ronaldoussoren
Date 2010-01-08.09:31:33
SpamBayes Score 0.008953688
Marked as misclassified No
Message-id <1262943094.8.0.00778788079818.issue7658@psf.upfronthosting.co.za>
In-reply-to
Content
To elaborate, it should be possible to declare the posix_spawnp functions as __attribute__((weak)), and then test at run-time whether the function (pointers) are null. See http://tinyurl.com/y8myawg for an example.
History
Date User Action Args
2010-01-08 09:31:34loewissetrecipients: + loewis, ronaldoussoren, ned.deily
2010-01-08 09:31:34loewissetmessageid: <1262943094.8.0.00778788079818.issue7658@psf.upfronthosting.co.za>
2010-01-08 09:31:33loewislinkissue7658 messages
2010-01-08 09:31:33loewiscreate