[pypy-dev] 2, 7 and 3.5 release is almost here - please help check you favorite platform

2017-03-20 Thread Matti Picus
The release is almost ready. Please check the website for obvious typos, http://pypy.org/download.html (note I fixed a typo in the hashsum titles in 536afa5d31cf ) and more importantly the downloads for problems on your platform https://bitbucket.org/py

[pypy-dev] Remove cpyext.load_module()?

2017-03-20 Thread Manuel Jacob
Hi, In order to implement PEP 489 (Multi-phase extension module initialization) on py3.5 I need to change the way app-level Python code interacts with extension module loading internals. Maintaining cpyext.load_module() is a bit annoying. Probably the best way would be to delegate straight

Re: [pypy-dev] 2, 7 and 3.5 release is almost here - please help check you favorite platform

2017-03-20 Thread Phyo Arkar
Teating. Saw warning that it is much slower than pypy2? How much slower? On Tue, Mar 21, 2017, 02:17 Matti Picus wrote: > The release is almost ready. Please check the website for obvious typos, > > http://pypy.org/download.html (note I fixed a typo in the hashsum titles > in 536afa5d31cf ) > >