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 vstinner
Recipients asvetlov, pablogsal, vstinner, yselivanov
Date 2020-08-03.22:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596494226.96.0.668981494724.issue38912@roundup.psfhosted.org>
In-reply-to
Content
File "C:\vstinner\python\master\lib\asyncio\proactor_events.py", line 293, in _loop_reading
    data = self._data[:length]
TypeError: slice indices must be integers or None or have an __index__ method

I created bpo-41467: asyncio: recv_into() must not return b'' if the socket/pipe is closed.
History
Date User Action Args
2020-08-03 22:37:06vstinnersetrecipients: + vstinner, asvetlov, yselivanov, pablogsal
2020-08-03 22:37:06vstinnersetmessageid: <1596494226.96.0.668981494724.issue38912@roundup.psfhosted.org>
2020-08-03 22:37:06vstinnerlinkissue38912 messages
2020-08-03 22:37:06vstinnercreate