River Tarnell added the comment:
Well, I can "prove" it's not OpenSSL's fault either, since "openssl s_client"
works fine ;-) (As do many other OpenSSL-using applications.)
In any case, since I'm not using SPARC, it's unlikely that a bug in the SPA
River Tarnell added the comment:
Also, when compiled with OpenSSL 1.0.0c, the problem doesn't occur.
--
___
Python tracker
<http://bugs.python.org/i
River Tarnell added the comment:
If no one else can reproduce this I suppose there's no point leaving it open,
but it's still present for me using Python 2.7.1:
% bzip2 -dc Python-2.7.1.tar.bz | tar xvf -
% cd Python-2.7.1
% CC=cc CXX=CC CPPFLAGS='-I/usr/sfw/include' LDF
New submission from River Tarnell :
On Solaris 10 using system libcurses, curses fails to import:
hemlock% python3.1
Python 3.1.3 (r313:86834, Dec 1 2010, 19:51:26)
[GCC 4.5.1] on sunos5
Type "help", "copyright", "credits" or "license" for more inform
New submission from River Tarnell :
2.6.4 fails to build on HP-UX 11.11 using GCC, when linking modules:
building '_struct' extension
gcc -pthread -shared build/temp.hp-ux-B.11.11-9000-785-2.6/home/river/
Python-2.6.4/Modules/_struct.o -L/opt/rt/lib -L/usr/local/lib -
lpython2.6 -o bu
New submission from River Tarnell :
Using Python 2.6.2 or 2.6.4 on Solaris 10, opening an SSL (https) URL
using urllib2.urlopen() crashes Python:
% python
Python 2.6.4 (r264:75706, Nov 11 2009, 13:23:45) [C] on sunos5
Type "help", "copyright", "credits" or