This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients gvanrossum, python-dev, yselivanov
Date 2016-09-15.21:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160915215835.82774.79476.D5BC03D5@psf.io>
In-reply-to
Content
New changeset 8550ab528a31 by Yury Selivanov in branch '3.5':
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
https://hg.python.org/cpython/rev/8550ab528a31

New changeset 3d8ba65a0054 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue #28176)
https://hg.python.org/cpython/rev/3d8ba65a0054

New changeset 5024e2a82181 by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28176)
https://hg.python.org/cpython/rev/5024e2a82181
History
Date User Action Args
2016-09-15 21:58:38python-devsetrecipients: + python-dev, gvanrossum, yselivanov
2016-09-15 21:58:38python-devlinkissue28176 messages
2016-09-15 21:58:38python-devcreate