We just had an issue report about a compilation error with GCC 4.9, I think
probably we want to include that in a 2.3.1 (since it'll be an issue for
downstream people like distros who want to upgrade us and gcc at the same
time).

Alex


On Sun, May 11, 2014 at 12:49 PM, Matti Picus <matti.pi...@gmail.com> wrote:

> When should we release 2.3.1?
> Matti
>
> On 11/05/2014 8:07 PM, Armin Rigo wrote:
>
>> Hi Yaacov,
>>
>> On 11 May 2014 17:04, Yaacov Finkelman <yeomanyaa...@gmail.com> wrote:
>>
>>> C:\pypy\pypy.exe -i C:\pypy\lib-python\2.7\idlelib\idle.py
>>> ** IDLE can't import Tkinter.  Your Python may not be configured for Tk.
>>> **
>>>
>>
>> This is a regression in PyPy 2.3.  It's due to an unfortunate
>> combination of issues around the importing mechanism.  It will be
>> fixed in 2.3.1.  In the meantime, one way to fix it is to add "import
>> struct" as the first line of "idle.py" (duh!).
>>
>>
>> A bientôt,
>>
>> Armin.
>> _______________________________________________
>> pypy-dev mailing list
>> pypy-dev@python.org
>> https://mail.python.org/mailman/listinfo/pypy-dev
>>
>>  _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>



-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: 125F 5C67 DFE9 4084
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to