[pypy-dev] PyPy 5.9 release now ready

2017-10-04 Thread Matti Picus
I have tagged the 5.9 release for pypy 5.9. Please download and try them out. Assuming I do not hear a reason not to, I would like to release tomorrow. Matti ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/

[pypy-dev] distutils configuration

2017-10-04 Thread David Callahan
I need to adjust the default configuration used by “distutils” for compilation. In my default build of branch release-pypy3.5-5.x, the toplevel “distutils.sysconfig” dispatches as follows: if '__pypy__' in sys.builtin_module_names: from distutils.sysconfig_pypy import * from distutils.sy

Re: [pypy-dev] distutils configuration

2017-10-04 Thread Maciej Fijalkowski
Hi David As far as I remember, there are two implementations of sysconfig, because CPython one parser Makefile or something like that which we don't even really have, or more precisely didn't really have at the time. Overwriting CC and LDFLAGS can be definitely consider a bug, I would accept the