> On Tue, Apr 3, 2012 at 11:32 AM, Roberto De Ioris <robe...@unbit.it> > wrote: >> >> >>> >>> Ok I see. >>> >>> Is the rest of the API used going to be cpyext? If so, then >>> Py_Initialize is indeed a perfect choice. >>> >> >> >> I am about to add: >> >> Py_SetPythonHome >> Py_SetProgramName >> Py_Finalize >> >> i will put them into >> >> module/cpyext/src/pythonrun.c >> >> Do you think Py_Initialize should go there too ? >> >> -- >> Roberto De Ioris >> http://unbit.it > > Sounds like a good idea. Should I merge the pull request now or wait > for the others? > >
I think it is better to wait. Moving that to cpyext will avoid messing with translators (adding more exported symbols) too. -- Roberto De Ioris http://unbit.it _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev