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年05月25日 15:19 by loewis, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg67349 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年05月25日 15:19 | |
Test_imports fails for selected cases, when run under Python 2.6. E.g. from_import_usage fails for rewriting __builtin__ print, and also for __builtin__ zip. |
|||
| msg69794 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月16日 16:11 | |
I have fixed this in r65017 and am currently merging it into the trunk and py3k. Martin, do you still want to keep the lib2to3 resource around? |
|||
| msg69821 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年07月16日 19:37 | |
> I have fixed this in r65017 and am currently merging it into the trunk > and py3k. Martin, do you still want to keep the lib2to3 resource around? Last I tried, running test_import still took a very long time (issue2968). If that was fixed, the resource would not be needed anymore. OTOH, if it's only me complaining about this issue, it's ok to remove the resource even without fixing the issue first. |
|||
| msg69822 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月16日 19:39 | |
I understand that #3218 helps test_import a lot, so once that patch is when I'll remove the resource. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:34 | admin | set | github: 47218 |
| 2008年07月16日 19:39:32 | benjamin.peterson | set | messages: + msg69822 |
| 2008年07月16日 19:37:43 | loewis | set | messages: + msg69821 |
| 2008年07月16日 16:11:44 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg69794 nosy: + benjamin.peterson |
| 2008年07月16日 03:19:41 | benjamin.peterson | set | priority: deferred blocker |
| 2008年05月25日 15:19:08 | loewis | create | |