Re: [pypy-dev] prepping for pypy 2.6.1 release cycle

2015-07-29 Thread Armin Rigo
Hi Matti, On 29 July 2015 at 05:28, Alex Gaynor wrote: > On Tue, Jul 28, 2015 at 11:26 PM, Matti Picus wrote: >> >> It seems the time has come to release pypy 2.6.1 >> Does anyone have work not-yet-merged that they would like in the release, >> or any big issues blocking a release? Cool! Does

Re: [pypy-dev] prepping for pypy 2.6.1 release cycle

2015-07-29 Thread Ryan Gonzalez
ARE YOU SERIOUS??? The Chocolatey mods haven't even approved the 2.6 release yet! On July 28, 2015 10:26:55 PM CDT, Matti Picus wrote: >It seems the time has come to release pypy 2.6.1 >Does anyone have work not-yet-merged that they would like in the >release, or any big issues blocking a rele

Re: [pypy-dev] guidance about working with pypy

2015-07-29 Thread Armin Rigo
Hi, On 28 July 2015 at 09:32, Richard Plangger wrote: > the answer to your question very much depends on your python experience. > A good place to start is the bug tracker [1] and (potentially much more > interesting) the documentation[2][3]. > > Most of the time smaller tasks include adding feat

Re: [pypy-dev] syntax sugar for stm TransactionQueue

2015-07-29 Thread Armin Rigo
Hi, > On 24 July 2015 at 00:40, Antonio Cuni wrote: >> hi Armin, >> following the discussion we had today, that TransactionQueue could be easier >> to understand for people if you explain it as "a for loop in which you don't >> know the order of the iteration" On 24 July 2015 at 09:26, Dima Tisn