Hi Armin, ok, I will prepare pull request,
though there are other things to change. somehow openssl crashes on callback openssl is compiled by default with __cdecl, but export win32 functions in pypy are defined as __stdcall so callback to openssl is sent as stdcall but it expects __cdecl ( maybe I could just change that callback declaration to __cdecl) but maybe I just miss something, but I will look into issue, and when I'm fine with it I will make pull request then. Regards Sergey On Wed, Apr 5, 2017 at 10:08 PM, Armin Rigo <armin.r...@gmail.com> wrote: > Hi Sergey, > > On 5 April 2017 at 16:56, Sergey Kurdakov <sergey.fo...@gmail.com> wrote: >> with additionally changed pypy\rpython\rlib\_rsocket_rffi.py file >> (see attachment) > > Cool! But it would be more useful for us if you could open a pull > request on the bitbucket project page, https://bitbucket.org/pypy/pypy > . Failing that, I could attempt to turn your attached files into a > pull request. > > > A bientôt, > > Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev