[issue33630] test_posix: TestPosixSpawn fails on PPC64 Fedora 3.x

Serhiy Storchaka report at bugs.python.org
Wed Jun 13 02:51:52 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Thank you Xiang! Thus this is a bug in old glibc. It was fixed in glibc 2.20: https://sourceware.org/bugzilla/show_bug.cgi?id=17048 .

What should we do with this? Add a workaround for the bug (this will complicate the code)? Or skip the test on glibc <2.20.

----------
nosy: +alex

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33630>
_______________________________________


More information about the Python-bugs-list mailing list