Re: Python 3
Christian Heimes <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Helmut Jarausch schrieb: > What about pyrex / cython ? > > Perhaps it's not too late to get a foot into the door of Python 3 > if pyrex/cython needs some functionality which is currently lost > in Python 3. The functionality isn't lost. A while ago I have re-implemented the feature for Python 3.0 over a similar discussion. The code is in Objects/classobject.:PyInstanceMethod_Type. The C extension type isn't exposed yet. Christian