Yury Selivanov <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue34270> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
