[issue7658] OS X pythonw.c compile error with 10.4 or earlier deployment target: no spawn.h

Martin v. Löwis report at bugs.python.org
Fri Jan 8 10:31:34 CET 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7658>
_______________________________________


More information about the Python-bugs-list mailing list