[issue19661] Python: RuntimeError: invalid slot offset when importing a module

2013-11-20 Thread STINNER Victor
STINNER Victor added the comment: This warning is interesting: "/aix/Modules/_ssl.c", line 262.17: 1506-196 (W) Initialization between types "void*" and "struct _object*(*)(struct {...}*)" is not allowed. It looks like the following line: static PyType_Slot sslerror_type_slots[] = { {Py_

[issue19661] Python: RuntimeError: invalid slot offset when importing a module

2013-11-20 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +David.Edelsohn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue19661] Python: RuntimeError: invalid slot offset when importing a module

2013-11-20 Thread dellair jie
New submission from dellair jie: Dear all, I am getting above error when trying to import ssl module. In fact, the error showed up during the build and _ssl module was added to the failed module list. However, the compilation and link went well. There was no error on compilation and link pha