There is a patch for PyLLVM to make it work with Python3.  Rpython to LLVM translation could be a great way to accelerate Python addons for Blender, giving compiled speed ups, without having to worry about shipping CPython extension modules for every platform, LLVM IR is portable so it should be as easy as generate once - run everywhere.  Check out my recent post:<div>
<a href="http://pyppet.blogspot.com/2012/04/rpython-to-llvm.html">http://pyppet.blogspot.com/2012/04/rpython-to-llvm.html</a></div><div>-brett-</div>