Antoine Pitrou added the comment: > If wait_for_thread_shutdown() is interrupted, maybe Python should kill > all > other threads with pthread_kill() or something like that. > > Or wait_for_thread_shutdown() should maybe block SIGINT and SIGTERM > signals using pthread_sigmark()?
This sounds a bit desperate. Also, it doesn't explain why collecting the frame crashes. Does the refcount become inconsistent? ---------- nosy: +neologix _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20526> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com