[issue13970] frameobject should not have f_yieldfrom attribute

2012-03-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 84620bca0e35 by Benjamin Peterson in branch 'default': remove f_yieldfrom access from Python (closes #13970) http://hg.python.org/cpython/rev/84620bca0e35 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected

[issue13970] frameobject should not have f_yieldfrom attribute

2012-02-15 Thread Meador Inge
Changes by Meador Inge : -- nosy: +meador.inge ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13970] frameobject should not have f_yieldfrom attribute

2012-02-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: I agree, FWIW. -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue13970] frameobject should not have f_yieldfrom attribute

2012-02-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +Interpreter Core nosy: +ncoghlan stage: -> patch review ___ Python tracker ___ ___ Python

[issue13970] frameobject should not have f_yieldfrom attribute

2012-02-08 Thread Mark Shannon
New submission from Mark Shannon : The f_yieldfrom field should not be visible at Python level, it is an internal implementation detail. Patch attached. -- files: remove_f_yieldfrom.patch keywords: patch messages: 152895 nosy: Mark.Shannon priority: normal severity: normal status: open