Antoine Pitrou <[email protected]> added the comment: > ...so how can we establish correct (cross library) locking order > during prepare stage?
That sounds like a lost battle, if it requires the libraries' cooperation. I think resetting locks is the best we can do. It might not work ok in all cases, but if it can handle simple cases (such as I/O and logging locks), it is already very good. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6721> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
