Python wrapper for C++ STL?

David Abrahams abrahams at mediaone.net
Sat Dec 9 22:27:32 EST 2000


"Brad Howes" <bradh at mediaone.net> wrote in message
news:m3elzhc9aa.fsf at h0050047c4794.ne.mediaone.net...
> shindich at my-deja.com writes:
>
> > And I am all for going away from "C" standard! Unfortunately, C++ is not
> > a binary standard.
>
> Nor is there one for C. Hence the fun people have with the C preprocessor
to
> support the wide variety of architectures out there, past and present.

Hi Brad!

We are in fact getting closer to a common C++ ABI. The following message
appeared on comp.std.c++ just today!

"Martin von Loewis" <loewis at informatik.hu-berlin.de> wrote in message
news:p6qk899am56.fsf at informatik.hu-berlin.de...
> "Tony" <tony at my.isp.net> writes:
>
> > It appears that C++ without the 'extern "C"' is severely crippled
> > for making cross-tool object compatible modules. Is the trend away
> > from ANY kind of compatibility beyond the source code in favor for
> > higher level mechanisms like COM and CORBA?
>
> No, a C++ ABI  specification was completed earlier this year, see
>
> http://reality.sgi.com/dehnert_engr/cxx/abi.html
>
> specifically section 5.1. That specification will be implemented in
> g++ 3, and likely in compilers of other companies that participated in
> drafting the specification (e.g. EDG, HP, SGI).
>
> Regards,
> Martin






More information about the Python-list mailing list