Issue32762
Created on 2018-02-04 11:55 by asvetlov, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg311598 - (view) | Author: Andrew Svetlov (asvetlov) * ![]() |
Date: 2018-02-04 11:55 | |
New buffered transports was introduced in Python 3.7. Actual transport implementation (get_buffer() or data_received()) is determined in transport constructor. Protocol can be changed by `set_protocol()` method, the implementation should be reselected again. Both selector-based and proactor transports are affected. |
|||
| msg317896 - (view) | Author: Yury Selivanov (yselivanov) * ![]() |
Date: 2018-05-28 17:50 | |
Closing in favour of https://bugs.python.org/issue33654 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:57 | admin | set | github: 76943 |
| 2018-05-28 17:50:47 | yselivanov | set | status: open -> closed type: behavior messages: + msg317896 resolution: duplicate |
| 2018-02-04 11:55:23 | asvetlov | create | |
