On 05/04/17 22:54, Sergey Kurdakov wrote:
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
How are you coping with third party packages?
Were these directions at all useful
http://pypy.readthedocs.io/en/latest/windows.html#nonabrided-method-building-from-scratch
or are you using the cpython build scripts with your compiler?
Matti
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev