This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients adelfino, docs@python, petr.viktorin, rhettinger, willingc
Date 2018-06-18.07:48:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529308108.02.0.56676864532.issue33876@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2018-06-18 07:48:28petr.viktorinsetrecipients: + petr.viktorin, rhettinger, docs@python, willingc, adelfino
2018-06-18 07:48:28petr.viktorinsetmessageid: <1529308108.02.0.56676864532.issue33876@psf.upfronthosting.co.za>
2018-06-18 07:48:27petr.viktorinlinkissue33876 messages
2018-06-18 07:48:27petr.viktorincreate