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.

classification
Title: test_import crashes/hangs for MacPython
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, nnorwitz
Priority: low Keywords:

Created on 2002-06-20 21:30 by jackjansen, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (3)
msg11286 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-06-20 21:30
Test_import breaks for MacPython after the patches for bug #561858 were committed.
On Mac OS 9 the test runs into an out-of-memory situation (after gobbling up 23MB), on Mac OS X it hangs (or, at least, it doesn't respond for 15 minutes).

I think this is unrelated to the original bug, so I'm putting this in a separate report. For now I am disabling the specific test when running under MacPython, but this should be fixed eventually.
msg11287 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-08-11 15:38
Logged In: YES 
user_id=33168

Jack, I wanted to make sure this was forgotten.  Has this
been fixed with the other memory allocation changes?
msg11288 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-01-15 22:59
Logged In: YES 
user_id=45365

This should have been closed when test_import.py 1.16 was checked in.
History
Date User Action Args
2022-04-10 16:05:26adminsetgithub: 36778
2002-06-20 21:30:30jackjansencreate