Hard to say, it depends on the implementation of your language's interpreter and might break at some point (precise collector).
Can you please elaborate on this?
Recently I tried to make bindings for a D library to use it via FFI. They work just fine with Python 2.7 and PyPy 2.0, but segfault with Python 3.2. What could be the reason?
