[issue14150] AIX, crash loading shared module into another process than python like operator.so results in 0509-130

2021-09-09 Thread Irit Katriel
Irit Katriel added the comment: Python 2.7 is no longer maintained and the current configure files no longer have the lines that the patch modifies. Please create a new issue if you are seeing this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of

[issue14150] AIX, crash loading shared module into another process than python like operator.so results in 0509-130

2014-06-02 Thread Michael Haubenwallner
Michael Haubenwallner added the comment: Doing it this way strictly requires runtime-linking to be enabled, to have the main executable and the module use the same runtime instance of the libpython${VERSION}.so symbols. Instead, the main executable better should re-export the python symbols

[issue14150] AIX, crash loading shared module into another process than python like operator.so results in 0509-130

2012-03-01 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo, loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14150 ___ ___

[issue14150] AIX, crash loading shared module into another process than python like operator.so results in 0509-130

2012-02-29 Thread Jan Stürtz
Jan Stürtz stue...@googlemail.com added the comment: Created a patch to fix the configure script, to get the right python.exp File. -- keywords: +patch Added file: http://bugs.python.org/file24678/Python-2.7.2-configure.aix.patch ___ Python tracker

[issue14150] AIX, crash loading shared module into another process than python like operator.so results in 0509-130

2012-02-28 Thread Jan Stürtz
New submission from Jan Stürtz stue...@googlemail.com: AIX 5.2.0.0 with gcc 4.3.0: Compiling a shared python: with: ./configure --enable-shared --with-gcc --disable-ipv6 --with-system-ffi make; make install results in a working build. But when I build mod_wsgi into apache with this python and

[issue14150] AIX, crash loading shared module into another process than python like operator.so results in 0509-130

2012-02-28 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +sable ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14150 ___ ___ Python-bugs-list mailing