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 christian.heimes
Recipients christian.heimes, jnoller, rpetrov
Date 2009-03-27.00:45:32
SpamBayes Score 3.87777e-09
Marked as misclassified No
Message-id <1238114735.46.0.289975427317.issue5545@psf.upfronthosting.co.za>
In-reply-to
Content
Dear Roumen, please do my a favor and stop throwing in random ideas and
accusations. I appreciate any help but your replies don't help at all.
They are just causing frustration on either side.

I know about AC_CHECK_DECL and AC_CHECK_FUNC. As I already said I can't
use AC_CHECK_FUNC because I can't easily include the necessary header file. 
AC_CHECK_DECL emits almost the same code as my check for sem_open and
sem_timedwait. However I'm planing to add more sanity checks for exotic
platforms in the future.
My check for sem_open does exactly what it suppose to do (and exactly
what AC_CHECK_DECL does, by the way). Why do you think it's not right?
History
Date User Action Args
2009-03-27 00:45:36christian.heimessetrecipients: + christian.heimes, jnoller, rpetrov
2009-03-27 00:45:35christian.heimessetmessageid: <1238114735.46.0.289975427317.issue5545@psf.upfronthosting.co.za>
2009-03-27 00:45:33christian.heimeslinkissue5545 messages
2009-03-27 00:45:32christian.heimescreate