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.
Created on 2012年02月08日 17:41 by Mark.Shannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| remove_f_yieldfrom.patch | Mark.Shannon, 2012年02月08日 17:41 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg152895 - (view) | Author: Mark Shannon (Mark.Shannon) * (Python committer) | Date: 2012年02月08日 17:41 | |
The f_yieldfrom field should not be visible at Python level, it is an internal implementation detail. Patch attached. |
|||
| msg152903 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2012年02月08日 19:40 | |
I agree, FWIW. |
|||
| msg154951 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年03月05日 15:04 | |
New changeset 84620bca0e35 by Benjamin Peterson in branch 'default': remove f_yieldfrom access from Python (closes #13970) http://hg.python.org/cpython/rev/84620bca0e35 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58178 |
| 2012年03月05日 15:04:07 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg154951 resolution: fixed stage: patch review -> resolved |
| 2012年02月16日 05:07:14 | meador.inge | set | nosy:
+ meador.inge |
| 2012年02月08日 19:40:22 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg152903 |
| 2012年02月08日 19:31:41 | pitrou | set | nosy:
+ ncoghlan components: + Interpreter Core stage: patch review |
| 2012年02月08日 17:41:57 | Mark.Shannon | create | |