> Hi Roberto, > > On Wed, Apr 4, 2012 at 5:55 PM, Roberto De Ioris <[email protected]> wrote: >> Ok, i am pretty satisfied with the current code (i have made a pull >> request). > > Trying to figure out what is the status of the pending pull requests, > I came across: > > > https://bitbucket.org/pypy/pypy/pull-request/68/pyfile_fromfile-pysys_setargv-and > > Should we still try to merge unbit/pypy to pypy/pypy? It seems that > nowadays the differences are mostly only in cpyext, adding new > functions like Py_Initialize(). Moreover, if the asmgcc failure is > still present, I would just set the options so that "translate > --shared" forces "--gcrootfinder=shadowstack". Does it seem ok for us > to merge in these conditions? >
Hi Armin, the whole "newer" code is under cpyext. Last time i checked (a week ago) the asmgcc failure was still there, so i think it is better to force shadowstack when --shared is specified. -- Roberto De Ioris http://unbit.it _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
