[issue12936] armv5tejl segfaults: sched_setaffinity() vs. pthread_setaffinity_np()

Charles-François Natali report at bugs.python.org
Wed Sep 14 19:03:06 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

> I'd prefer to disable the misbehaving functions entirely on arm.

-10

If we start disabling features on platforms with partly bogus implementations, we might as well drop threading on OpenBSD, sendmsg() on OS-X, etc.

Furthermore, it's really just a libc bug, which might be fixed in a more recent version, or with another libc provider (eglibc, uclibc, etc.).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12936>
_______________________________________


More information about the Python-bugs-list mailing list