Thanks for replying. > This means that you are passing 'ctypes function' objects around, in > variables. The only thing you can do with ctypes functions is call them > directly.
Wish it was that but as far as I know no behavior of this kind is present in the code. Isn't there a way to know the name of the ctypes function troubled from the pdb inspector when the crash happens? From the CallEntry instance. -- Lawrence http://www.oluyede.org/blog _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
