[issue22149] the frame of a suspended generator should not have a local trace function

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue22149] the frame of a suspended generator should not have a local trace function

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a formal patch review please. I've assumed that if acceptable the patch could also be applied to 3.4 and 2.7. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4 ___ Python tracker

[issue22149] the frame of a suspended generator should not have a local trace function

2014-08-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +belopolsky, benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue22149] the frame of a suspended generator should not have a local trace function

2014-08-05 Thread Xavier de Gaye
New submission from Xavier de Gaye: When tracing, the frame of a suspended generator should not have an f_trace function as there is no way to delete the frame f_trace attribute in that case even though tracing may have been disabled. The patch relies on the fact that whenever the generator is