This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients alex.gronholm, asvetlov, eric.snow, yselivanov
Date 2018-08-09.16:00:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533830439.35.0.56676864532.issue34270@psf.upfronthosting.co.za>
In-reply-to
Content
Please just change PyUnicode_Check to PyUnicode_CheckExact in C Task.__init__ and use the same if check in C Task.set_name.
History
Date User Action Args
2018-08-09 16:00:39yselivanovsetrecipients: + yselivanov, asvetlov, alex.gronholm, eric.snow
2018-08-09 16:00:39yselivanovsetmessageid: <1533830439.35.0.56676864532.issue34270@psf.upfronthosting.co.za>
2018-08-09 16:00:39yselivanovlinkissue34270 messages
2018-08-09 16:00:39yselivanovcreate