Marc-Andre Lemburg added the comment:

On 23.11.2012 17:24, M.-A. Lemburg wrote:
> On 23.11.2012 17:02, Jesús Cea Avión wrote:
>>
>> Could you possibly locate the problematic changeset? Could be doable by 
>> bisection.
> 
> I'll try to find the changeset. There were only 4 checkins
> related to ceval.c since the 3.3.0 release, so one of those
> will have to have triggered the problem.

This changeset triggered the problem:

changeset:   79693:ac30a1b1cf17
user:        Benjamin Peterson <benja...@python.org>
date:        Fri Oct 12 11:34:51 2012 -0400
summary:     ceval cleanup

It's fairly large (http://hg.python.org/cpython/rev/ac30a1b1cf17),
so I can't easily tell which part might be worth looking at more
closely.

I do notice that the logic for error handling was changed from
doing a "break" to doing a "goto error".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16529>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to