diff options
author | Yury Selivanov <yury@magic.io> | 2016-09-15 21:56:36 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-09-15 21:56:36 (GMT) |
commit | d6c6771fc9682713ff2ebae2cd02ddbd2b48f657 (patch) | |
tree | 2a34543f80a7e079e3b68d73bac95dc18bb5091c /Misc | |
parent | 4c5bf3bc527b67dd2a6f03c772287842124d607b (diff) | |
download | cpython-d6c6771fc9682713ff2ebae2cd02ddbd2b48f657.zip cpython-d6c6771fc9682713ff2ebae2cd02ddbd2b48f657.tar.gz cpython-d6c6771fc9682713ff2ebae2cd02ddbd2b48f657.tar.bz2 |
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -275,6 +275,8 @@ Library - Issue #26909: Fix slow pipes IO in asyncio. Patch by INADA Naoki. +- Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. + IDLE ---- |