commit | 21b60147e9d4e6c895b581429d292cb60bcdb5e7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Nov 21 21:08:39 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Nov 21 21:08:39 2002 +0000 |
tree | 8e83787b67de1824bc5480b4e025dd327da25afb | |
parent | d584368dec1fd74e7bc1a72dec2d50172aa1278e [diff] |
The _Event class should be more careful with releasing its lock when interrupted. A try/finally will do nicely. Maybe other classes need this too, but since they manipulate more state it's less clear that that is always the right thing, and I'm in a hurry. Backport candidate.