Ayappan added the comment:
Any update on this ?
--
___
Python tracker
<https://bugs.python.org/issue38628>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Ayappan :
There seems to be a behavioral issue with ctypes in AIX.
The specific symptom is that passing structures containing arrays to a C
function by value appears to be broken.
Consider the below program.,
#!/usr/bin/env python3
from ctypes import *
libc = CDLL
Ayappan added the comment:
Not sure what went wrong here.
I used gcc & g++ and didn't hit this issue.
--
___
Python tracker
<https://bugs.python.or
Ayappan added the comment:
The PR 10437 worked !!!.
Now i am able to compile pandas-0.23.4
Michael Felt,
About the re-declaration issues you are facing, that is because of the "#define
_LARGE_FILES 1" in pyconfig-ppc64.h file.
For 64bit build we actually don't need it.
For
New submission from Ayappan :
I am trying to build pandas-0.23.4 using python3 in AIX.
Everything goes fine till it encounters a cpp file. Below is the compile error
output.
building 'pandas._libs.window' extension
gcc -fPIC -maix64 -pthread -Wno-unused-result -Wsign-compare -DNDEB