Petr Viktorin <encu...@gmail.com> added the comment:

> I didn't add Cython because it's not clear to me if it's useful for creating 
> extension modules in a pythonesque language, or if it's also useful by it's 
> own.

Cython only makes extensions for CPython, and uses CPython's runtime. But it 
does have its own syntax, which is quite useful in the number-crunching domain.

I think it should be left out, but then, so should VPython which seems like 
it's a module usable by either the CPython or RapydScript interpreters.

----------
nosy: +petr.viktorin

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33876>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to