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 2008年03月30日 10:46 by aronacher, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| initfix.diff | aronacher, 2008年03月30日 10:46 | Patch that fixes the problem and silences a warning | ||
| Messages (2) | |||
|---|---|---|---|
| msg64746 - (view) | Author: Armin Ronacher (aronacher) * (Python committer) | Date: 2008年03月30日 10:46 | |
#2505 adds a new init to the ast nodes that allows initialization of the fields directory from the constructor. Unfortunately there are nodes where fields is None (_ast.Store and others) and the constructor didn't take care of this. The patch applied adds a test for None to fix the problem. |
|||
| msg64759 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月30日 19:05 | |
Fixed in r62051. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46766 |
| 2008年03月30日 19:05:59 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg64759 nosy: + georg.brandl |
| 2008年03月30日 10:46:43 | aronacher | create | |