diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-06-21 13:26:42 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-06-21 13:26:42 -0700 |
commit | cc8ac73c09396f2f8b258261452b2013370b6b22 (patch) | |
tree | b2647eb4602080558d685a02b9ab59ed771fd3ec | |
parent | 7b5f7ef63e91e714457dfa40d9b71864228aff2c (diff) | |
parent | 6f63298e430d32db0bbb20f103fa903ac80300f7 (diff) |
Merge branch '1.16' into 1.17
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index bce75d04..e97ff8cc 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,7 +2,10 @@ Changelog ========= -* :bug:`537` Fix a bug in `BufferedPipe.set_event +* :bug:`520 (1.16+)` (Partial fix) Fix at least one instance of race condition + driven threading hangs at end of the Python interpreter session. (Includes a + docs update as well - always make sure to ``.close()`` your clients!) +* :bug:`537 (1.16+)` Fix a bug in `BufferedPipe.set_event <paramiko.buffered_pipe.BufferedPipe.set_event>` which could cause deadlocks/hangs when one uses `select.select` against `~paramiko.channel.Channel` objects (or otherwise calls `Channel.fileno |