All types of floating point notations are working now; All types of complex number notations are working now; New types of binary and octal-number notations are supported; Long integer is removed.
As the C-extension implements the fully dynamic Python code (just using the Python C-API), transforming the pure Python module into C-extension gives normally only very modest speed-ups. However, as ...