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 hfuru
Recipients hfuru
Date 2008-05-20.13:25:52
SpamBayes Score 0.041426178
Marked as misclassified No
Message-id <1211289960.53.0.0773590204102.issue2921@psf.upfronthosting.co.za>
In-reply-to
Content
Duh, I should of course have said defined(PY_HAVE_ACOSH)
and not defined(HAVE_ACOSH), that was the whole point:-)
And the puts() should print "#define PY_HAVE_WHATEVER 1".

Hopefully there are not too many #defines which would
need to get corresponding PY_* variants.

For that matter, PYTHON_NAMESPACE_ONLY could offer a
reduced Python C API - omitting parts it would be
cumbersome to get right with only py* symbols.
History
Date User Action Args
2008-05-20 13:26:03hfurusetspambayes_score: 0.0414262 -> 0.041426178
recipients: + hfuru
2008-05-20 13:26:00hfurusetspambayes_score: 0.0414262 -> 0.0414262
messageid: <1211289960.53.0.0773590204102.issue2921@psf.upfronthosting.co.za>
2008-05-20 13:25:59hfurulinkissue2921 messages
2008-05-20 13:25:57hfurucreate