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-10-05.21:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161005215023.15189.48639.E19B69C8@psf.io>
In-reply-to
Content
New changeset 2b502f624753 by Yury Selivanov in branch '3.5':
Issue #28369: Raise an error when transport's FD is used with add_reader
https://hg.python.org/cpython/rev/2b502f624753

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

New changeset 745e0ff513c2 by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28369)
https://hg.python.org/cpython/rev/745e0ff513c2
History
Date User Action Args
2016-10-05 21:50:27python-devsetrecipients: + python-dev, gvanrossum, yselivanov
2016-10-05 21:50:27python-devlinkissue28369 messages
2016-10-05 21:50:26python-devcreate