mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
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:
parent
3543ddb4c4
commit
7e473e94a5
3 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,6 @@ import sys
|
|||
import textwrap
|
||||
import traceback
|
||||
import unittest
|
||||
import weakref
|
||||
from unittest import mock
|
||||
from types import GenericAlias
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue