Comment by dagw

3 years ago

I'm going to take a wild guess that none of the "fast" Python variants (Cython, Micropython, RPython etc.) support it.

Cython at least aims to be a superset of Python, so it will support it sooner or later. However I don't doubt that using it will make your cython code stop being "fast".