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.14:51:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533826285.77.0.56676864532.issue34270@psf.upfronthosting.co.za>
In-reply-to
Content
I also couldn't figure out yet why PyUnicode_Check() was necessary in the first place. Doesn't PyObject_Str() just increment the refcount if the argument is already a string?

Eric, please explain why these changes should be done.
History
Date User Action Args
2018-08-09 14:51:25alex.gronholmsetrecipients: + alex.gronholm, asvetlov, eric.snow, yselivanov
2018-08-09 14:51:25alex.gronholmsetmessageid: <1533826285.77.0.56676864532.issue34270@psf.upfronthosting.co.za>
2018-08-09 14:51:25alex.gronholmlinkissue34270 messages
2018-08-09 14:51:25alex.gronholmcreate