An important question from userland - would it be benefitial to switch from 
SWIG to the new interface? When can that be done?

Right now the main problem with SWIG is the object ownership, i.e. with pypy 
one has to set thisown=False for all objects to avoid crashes related to GC 
code. The problem occurs only for long-living objects though.

 Still, the point is that a new C++ interface is a cool thing to have, 
especially if it is native to pypy. Cant wait to test it out on a huge c++ 
extension

PS: I would have gladly tested an alpha-beta quality version of the lib (i 
have some unittests for SWIG bindings, so they should work with new lib also i 
suppose), but I can not build pypy from sources, not enuf RAM =) Maybe someone 
could send me a build with new feature for testing?
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to