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 alex.gronholm
Recipients alex.gronholm, asvetlov, eric.snow, yselivanov
Date 2018-08-09.16:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533830765.07.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.

I'll do that if you say so, but I'm just saying that the C and Python implementations will still remain different in semantics then.
History
Date User Action Args
2018-08-09 16:06:05alex.gronholmsetrecipients: + alex.gronholm, asvetlov, eric.snow, yselivanov
2018-08-09 16:06:05alex.gronholmsetmessageid: <1533830765.07.0.56676864532.issue34270@psf.upfronthosting.co.za>
2018-08-09 16:06:05alex.gronholmlinkissue34270 messages
2018-08-09 16:06:05alex.gronholmcreate