> Do you mean other than potentially detecting something in the
> configurescript and using an #ifdef guard?
Yes, that works on a static function inside a file level but I need to
conditionally include a whole file into the build.
___
Python-Dev mailing
systems. I need to extract this
functionality out from _Py_set_inheritable because it needs to run in
the dangerous context of right after a fork and I don't believe it can
throw exceptions. How can I conditionally compile some library code
for certain platforms only?
Thank you,
Steven St