Ondrej Certik, 23.03.2010 03:56: > On Mon, Mar 22, 2010 at 7:49 PM, Pavel Solin wrote: >> My only question is whether the class should >> be called Python. Python is the name of >> a programming language, and this class does >> something slightly different. > > That's a good point. I CCed cython-dev. What do people think?
I think the cython-users list would be a better match. > I quite like Python(), as it's short and it initializes the Python > interpreter, and Python::push(), Python::pull() and Python::exec() are > all methods of the class, that push, pull a symbol or execute some > statement in Python Sounds like "PythonInterpreter" would be a better name. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
