Re: Python 3.x support?
Stefan Behnel <[email protected]> Mon, 08 Dec 2008 08:00:50 +0100
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
David McNab wrote: > What's the situation with Pyrex on Python 3.x? > > If Py3k is not yet supported, is there an ETA for a Py3k-compatible > version of Pyrex? You can use Cython instead. http://cython.org/ Stefan