From: <sy...@us...> - 2005-04-21 23:03:30
|
Nicholas, I am working on Python bindings to Evas[1] using the ctypes module[2], which is itself basically a wrapping around the very good libffi[3]. With the garbade collection from my code, it get random segfaults, and the public interface to Python's garbage collector is not enough for such an abuse of the language, as I did not even knew precicely where the problem lied. With valgrind, it took me less than an hour to figure things out... Thanks for this software, it is a real time saver. Regards, -- Sylvain <sy...@us...> [1] http://www.enlightenment.org/index.php?id=25 [2] http://starship.python.net/crew/theller/ctypes/ [3] http://sources.redhat.com/libffi/ |