Ned Deily <n...@acm.org> added the comment:

The recent fixes do not address cases like here where importing a module causes 
a crash in the interpreter process, usually due to some faulty third-party 
extension module.  One way to handle it more gracefully might be to move the 
import scan to a separate interpreter subprocess.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13027>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to