Cython seems to me rather different from what the original post was talking
about. If I put

    class Foo:
        def bar(self):
            pass

in a .pyx file and run it through Cython, the result is a 5600-line,
200-kilobyte lump of C that clearly isn't meant to be understood or
modified by human beings. It is mostly boilerplate, but not the sort of
boilerplate that could serve as the starting point for an extension module
written (entirely) in C.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/CWFDES62ZIJR32XLDU2GF43SGQMCYSTU/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to