[issue34270] Add names to asyncio tasks

Yury Selivanov report at bugs.python.org
Thu Aug 9 12:00:39 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

Please just change PyUnicode_Check to PyUnicode_CheckExact in C Task.__init__ and use the same if check in C Task.set_name.

----------

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


More information about the Python-bugs-list mailing list