[New-bugs-announce] [issue43232] Prohibit previously deprecated operations on asyncio.trsock.TransportSocket

Illia Volochii report at bugs.python.org
Mon Feb 15 14:16:49 EST 2021


New submission from Illia Volochii <illia.volochii at gmail.com>:

https://github.com/python/cpython/blob/a2f0654b0a5b4c4f726155620002cc1f5f2d206a/Lib/asyncio/trsock.py#L19-L24

Using of the operations was supposed to be prohibited in Python 3.9, but that was missed.

----------
components: asyncio
messages: 387044
nosy: asvetlov, illia-v, yselivanov
priority: normal
severity: normal
status: open
title: Prohibit previously deprecated operations on asyncio.trsock.TransportSocket
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43232>
_______________________________________


More information about the New-bugs-announce mailing list