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 pitrou
Recipients kristjan.jonsson, neologix, pitrou, sbt
Date 2013-05-14.11:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <533693086.38791427.1368532175185.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1368531090.53.0.514279613673.issue17969@psf.upfronthosting.co.za>
Content
> Catching regressions is what we have the regression tests for.  If it
> is not in caught by the regression tests, then it is not a
> regression, by definition.

Call it what you want :-) The bottom line is that we'll release a
2.7.5 soon because of breakage introduced in 2.7.4. Whether or not
it's a "regression" according to some platonic definition isn't
very important here.

> The problem can be avoided, by clearing the exception right at the
> start of the PyInterpreterState_Clear(), thus flushing out most side
> effects right at the start.
> 
> I'll prepare a patch for you to review.

I think this kind of stuff is too tricky to risk breaking 2.7
once again with it.
If 3.x has the same issue, then a patch is helpful, otherwise not IMHO.
History
Date User Action Args
2013-05-14 11:49:41pitrousetrecipients: + pitrou, kristjan.jonsson, neologix, sbt
2013-05-14 11:49:41pitroulinkissue17969 messages
2013-05-14 11:49:41pitroucreate