[issue5545] multiprocessing: switch to autoconf detection of platform values
Christian Heimes
report at bugs.python.org
Fri Mar 27 01:45:35 CET 2009
Christian Heimes <lists at cheimes.de> added the comment:
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?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5545>
_______________________________________
More information about the Python-bugs-list
mailing list