[issue38628] Issue with ctypes in AIX

2019-11-14 Thread Ayappan
Ayappan added the comment: Any update on this ? -- ___ Python tracker <https://bugs.python.org/issue38628> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38628] Issue with ctypes in AIX

2019-10-29 Thread Ayappan
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

[issue35198] Build issue while compiling cpp files in AIX

2019-01-08 Thread Ayappan
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

[issue35198] Build issue while compiling cpp files in AIX

2018-11-11 Thread Ayappan
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

[issue35198] Build issue while compiling cpp files in AIX

2018-11-09 Thread Ayappan
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