
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2017-11-13 12:39 byandr04, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| raise.py | andr04,2017-11-13 12:39 | Bug reproducing with reading | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4386 | merged | andr04,2017-11-13 13:12 | |
| PR 4393 | merged | asvetlov,2017-11-14 09:49 | |
| Messages (3) | |||
|---|---|---|---|
| msg306154 -(view) | Author: Andrey (andr04)* | Date: 2017-11-13 12:39 | |
The bug is happened when the async reading/writing interrupted by other async method which reconnects the socket. The closed socket calls the appropriate handler in the loop due to cannot be removed due to wrong fileno of socket. | |||
| msg306192 -(view) | Author: Andrew Svetlov (asvetlov)*![]() | Date: 2017-11-14 09:19 | |
New changesete1d62e0b7cc842d6b75b4d480391f4a94e503255 by Andrew Svetlov (Andrey Egorov) in branch 'master':bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)https://github.com/python/cpython/commit/e1d62e0b7cc842d6b75b4d480391f4a94e503255 | |||
| msg306196 -(view) | Author: Andrew Svetlov (asvetlov)*![]() | Date: 2017-11-14 10:14 | |
New changesetcc0961c517c31578f6a40a4dc7ea177d62c256b7 by Andrew Svetlov in branch '3.6':[3.6]bpo-32015: Asyncio looping during simultaneously socket read/write an… (GH-4386) (#4393)https://github.com/python/cpython/commit/cc0961c517c31578f6a40a4dc7ea177d62c256b7 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:54 | admin | set | github: 76196 |
| 2017-11-14 10:14:58 | asvetlov | set | messages: +msg306196 |
| 2017-11-14 09:49:56 | asvetlov | set | pull_requests: +pull_request4341 |
| 2017-11-14 09:19:51 | asvetlov | set | status: open -> closed stage: patch review -> resolved resolution: fixed versions: - Python 3.5, Python 3.8 |
| 2017-11-14 09:19:06 | asvetlov | set | nosy: +asvetlov messages: +msg306192 |
| 2017-11-13 14:53:27 | andr04 | set | title: Asyncio cycling during simultaneously socket read/write and reconnection -> Asyncio looping during simultaneously socket read/write and reconnection |
| 2017-11-13 13:12:25 | andr04 | set | keywords: +patch stage: patch review pull_requests: +pull_request4334 |
| 2017-11-13 12:39:18 | andr04 | create | |