[issue24691] out of memory in distutils.upload with large files

2015-07-23 Thread Jan Stürtz
New submission from Jan Stürtz: We tried to upload a very large (350MB) bdist egg via distutils to our internal package server. And received following crash. Traceback (most recent call last): File "setup.py", line 1, in import os File "C:\devel\cdb\10.1.tag\cdb\pyth

[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 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 trac

[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 : 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 run it I get the