On Wed, Jan 03, 2018 at 07:45:07AM +0200, Matti Picus wrote: > Perhaps we should break with CPython here and statically link on > macosx. Is there a downside to statically linking ssl and libffi?
Seems like a great solution given you've already sorted this out on pypy3. No telling what Apple might do with these ssl/ffi libs in the future. m -- Matt Billenstein [email protected] http://www.vazor.com/ _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
