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 jcea
Recipients brian-cameron-oracle, jcea, trent
Date 2013-01-09.17:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357751332.78.0.0468864124234.issue16902@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with your approach is that different Solaris release could support different flags. So I rather prefer specific #ifdef's.

I wonder about compiling OSS module under Solaris without OSS support. Compiling a module acting as "NULL" is OK, compiling a node that will crash on import, for instance, it is not.
History
Date User Action Args
2013-01-09 17:08:52jceasetrecipients: + jcea, trent, brian-cameron-oracle
2013-01-09 17:08:52jceasetmessageid: <1357751332.78.0.0468864124234.issue16902@psf.upfronthosting.co.za>
2013-01-09 17:08:52jcealinkissue16902 messages
2013-01-09 17:08:52jceacreate