[issue5545] multiprocessing: switch to autoconf detection of platform values
Roumen Petrov
report at bugs.python.org
Sun Mar 29 22:33:35 CEST 2009
Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:
Cchristian it is not about random idea. It is how to write simple
readable and correct autoconf script. Compare my check for functions
(see attached bootstrap.sh) with you. Also some of macros in you patch
are marked as obsolete.
$ CC=g++ ./bootstrap.sh
...
#define HAVE_SEM_OPEN 1
#define HAVE_SEM_OPEN_XXX 0
#define HAVE_SEM_OPEN_YYY 0
#define HAVE_SEM_TIMEDWAIT 1
...
So you propose check that fail in some cases.
----------
Added file: http://bugs.python.org/file13462/bootstrap.sh
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5545>
_______________________________________
More information about the Python-bugs-list
mailing list