summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-19 00:05:25 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-19 00:05:25 +0100
commitfe24a91d9ee34b50d63018015ceb570a7d9ae765 (patch)
tree7dddd793a767d924bf4cd5dacea5432e9953e48d
parent9975c993e5a6cacdacbfb6ced703f61a996891c3 (diff)
downloadtrollius-fe24a91d9ee34b50d63018015ceb570a7d9ae765.tar.gz
Update the changelog
-rw-r--r--doc/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 464a4d8..884bd22 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -19,6 +19,8 @@ Changes:
Bugfixes:
+* Fix a race condition in BaseSubprocessTransport._try_finish(): ensure that
+ connection_made() is called before connection_lost().
* Python issue #23009: selectors, make sure EpollSelecrtor.select() works when
no file descriptor is registered.
* Python issue #22922: Fix ProactorEventLoop.close(). Call