New submission from Matthieu S:
Python build fails on AIX when using the _LINUX_SOURCE_COMPAT flag.
When using this flag, the gethostbyname_r subroutine has 6 parameters instead
of 3, like on Linux, but Modules/socketmodule.c always expects a
gethostbyname_r subroutine with only 3 parameters
New submission from Matthieu S:
==
FAIL: testAbles (test.test_fileio.COtherFileTests)
--
Traceback (most recent call last):
File
"/opt/freeware/src/pac
Matthieu S added the comment:
Sorry for the very late reply...
Using _LINUX_SOURCE_COMPAT is sometimes preferable, as it greatly improves
compatibility with code intended for Linux and improves XPG specs compliance.
But I am not sure it should always be enabled.
In our case, we use it as
Matthieu S added the comment:
Sorry for the late reply.
I did some additional testing, and I can confirm that this assertion should
also be skipped in Python 2.7 on AIX.
And the test does not fail when run without a tty, so we can assume that this
is what happens on the builbots
Changes by Matthieu S :
--
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue28000>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matthieu S added the comment:
Thanks !
--
resolution: fixed ->
status: closed -> open
versions: -Python 3.7
___
Python tracker
<http://bugs.python.org/i
Changes by Matthieu S :
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue28000>
___
___
Python-bugs-list