This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scav
Recipients
Date 2002-04-23.07:59:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=8911

I think it's compiler/architecture dependent. It works fine 
on Linux.

Re-compiling Objects/fileobject.c without optimisation 
cures the problem. I think HP's compiler is a bit dodgy, 
because the last version of Python was dumping core until I 
recompiled longobject.c.

I would try compiling with gcc but I don't have it on our 
HP machine.

I think the README should maybe warn HP PA-RISC 2.0 users 
that the C compiler will occasionally break things.

Thanks for your time.
History
Date User Action Args
2007-08-23 14:00:47adminlinkissue546117 messages
2007-08-23 14:00:47admincreate