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年04月29日 20:58 by mark.dickinson, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| parser_nonlocal.patch | mark.dickinson, 2012年04月29日 21:10 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg159651 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2012年04月29日 20:58 | |
Here's a patch. |
|||
| msg159652 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2012年04月29日 21:10 | |
Better test: the nonlocal statements should be in a nested scope. |
|||
| msg159654 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月29日 21:20 | |
New changeset b7e491b9094f by Mark Dickinson in branch '3.2': Issue #14696: Fix parser module to understand 'nonlocal' declarations. http://hg.python.org/cpython/rev/b7e491b9094f New changeset 5acddc7c666d by Mark Dickinson in branch 'default': Issue #14696: Merge from 3.2 http://hg.python.org/cpython/rev/5acddc7c666d |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58901 |
| 2012年04月29日 21:24:27 | mark.dickinson | set | status: open -> closed assignee: mark.dickinson resolution: fixed components: + Library (Lib) |
| 2012年04月29日 21:20:07 | python-dev | set | nosy:
+ python-dev messages: + msg159654 |
| 2012年04月29日 21:10:25 | mark.dickinson | set | files: - parser_nonlocal.patch |
| 2012年04月29日 21:10:00 | mark.dickinson | set | files:
+ parser_nonlocal.patch messages: + msg159652 |
| 2012年04月29日 20:58:50 | mark.dickinson | create | |