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 rpetrov
Recipients christian.heimes, jnoller, rpetrov
Date 2009-03-26.22:51:53
SpamBayes Score 0.002995978
Marked as misclassified No
Message-id <1238107915.04.0.136442673904.issue5545@psf.upfronthosting.co.za>
In-reply-to
Content
AC_CHECK_FUNC* check for function .
AC_CHECK_DECL check for declaration .

The check for functions sem_xxx() is incorrect in proposed patch. It has
to check for function.

I didn't review next part of the patch.
History
Date User Action Args
2009-03-26 22:51:55rpetrovsetrecipients: + rpetrov, christian.heimes, jnoller
2009-03-26 22:51:55rpetrovsetmessageid: <1238107915.04.0.136442673904.issue5545@psf.upfronthosting.co.za>
2009-03-26 22:51:53rpetrovlinkissue5545 messages
2009-03-26 22:51:53rpetrovcreate