bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task implementations (GH-31838)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
Andrew Svetlov 2022-03-13 18:34:46 +02:00 committed by GitHub
parent 3543ddb4c4
commit 7e473e94a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -12,7 +12,6 @@ import sys
import textwrap
import traceback
import unittest
import weakref
from unittest import mock
from types import GenericAlias