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年06月28日 00:41 by Arfrever, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| compiler-SC_GLOBAL_EXPLICIT.patch | Arfrever, 2012年06月28日 00:41 | |||
| Messages (3) | |||
|---|---|---|---|
| msg164215 - (view) | Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) | Date: 2012年06月28日 00:41 | |
Revision 4809afa85a9b introduced a typo in compiler module: SC_GLOBAL_EXPLICT instead of SC_GLOBAL_EXPLICIT The attached patch fixes this typo. |
|||
| msg164501 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月01日 22:02 | |
New changeset 55130516d1d2 by Antoine Pitrou in branch '2.7': Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT). http://hg.python.org/cpython/rev/55130516d1d2 |
|||
| msg164502 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年07月01日 22:04 | |
Thank you, fixed now. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59417 |
| 2012年07月01日 22:04:15 | pitrou | set | status: open -> closed nosy: + pitrou messages: + msg164502 resolution: fixed stage: patch review -> resolved |
| 2012年07月01日 22:02:54 | python-dev | set | nosy:
+ python-dev messages: + msg164501 |
| 2012年06月28日 00:42:57 | Arfrever | set | nosy:
+ nascheme |
| 2012年06月28日 00:41:13 | Arfrever | create | |