This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Minimal GCC/Linux shared lib + EH bug example
- From: loewis at informatik dot hu-berlin dot de (Martin v. Löwis)
- To: "Ralf W. Grosse-Kunstleve" <rwgk at cci dot lbl dot gov>
- Cc: c++std-ext at research dot att dot com, gcc at gcc dot gnu dot org
- Date: 15 May 2002 13:07:02 +0200
- Subject: Re: Minimal GCC/Linux shared lib + EH bug example
- References: <200205142224.g4EMOCQ25106@boa.lbl.gov>
"Ralf W. Grosse-Kunstleve" <rwgk@cci.lbl.gov> writes:
> Once you guys have figured out what "the right" approach is, PLEASE
> document it clearly and in a way that can be understood by a wider
> audience.
I think the message that can be understood by a wider audience is:
don't use C++ for Python extension modules.
Unless the underlying technologies change, this *is* difficult matter,
and you really have to learn the inner workings to predict whether a
certain application will "work" or not.
Regards,
Martin