[Python-Dev] GCC version compatibility

"Martin v. Löwis" martin at v.loewis.de
Fri Jul 8 00:01:56 CEST 2005


David Abrahams wrote:
> I'm wondering if there has been a well-known recent change either in Python
> or GCC that would account for these new reports.  Any relevant
> information would be appreciated.

So what about the theory that it may be that different versions of
libstdc++ get linked? Python is linked with g++ if configure thinks
this is necessary, and the g++ used to link the extension might be
different.

I'd like to see a backtrace of one such mysterious crash.

Regards,
Martin


More information about the Python-Dev mailing list