[issue2968] Test_imports takes a long time to run

2008-08-22 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This is no longer an issue. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2968] Test_imports takes a long time to run

2008-05-25 Thread Martin v. Löwis
Changes by Martin v. Löwis <[EMAIL PROTECTED]>: -- assignee: -> collinwinter components: +2to3 (2.x to 3.0 conversion tool) nosy: +collinwinter __ Tracker <[EMAIL PROTECTED]> __ _

[issue2968] Test_imports takes a long time to run

2008-05-25 Thread Martin v. Löwis
New submission from Martin v. Löwis <[EMAIL PROTECTED]>: Test_imports takes a very long time to complete. I believe this is due to the individual refactorings taking such a long time, even though they apply to small pieces of code only. -- messages: 67348 nosy: loewis severity: normal st