This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients jcea, lemburg
Date 2012-11-23.16:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <50AFA8D0.9000306@egenix.com>
In-reply-to <50AFA339.2050508@egenix.com>
Content
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 <benjamin@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".
History
Date User Action Args
2012-11-23 16:48:23lemburgsetrecipients: + lemburg, jcea
2012-11-23 16:48:23lemburglinkissue16529 messages
2012-11-23 16:48:23lemburgcreate