commit | f328c7dc69da14766435d8608f89d81cd878bb4d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 23 01:02:37 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 23 01:02:37 2014 +0200 |
tree | e28c9941def58676945ff046468695a6f0a25561 | |
parent | 62511fd6d62ef53c1d3d050b478750efc5a7014c [diff] |
asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the event loop is running. You must first stop the event loop and then wait until it stopped, before closing it.