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 Tey
Recipients Tey, serhiy.storchaka
Date 2018-06-10.17:43:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528652627.58.0.592728768989.issue33817@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, it does not fail on 3.x because _PyBytes_Resize() checks if the "string" needs to be resized (and returns if not) before checking its ref count. Maybe something similar should be done in _PyString_Resize() for 2.x.
History
Date User Action Args
2018-06-10 17:43:47Teysetrecipients: + Tey, serhiy.storchaka
2018-06-10 17:43:47Teysetmessageid: <1528652627.58.0.592728768989.issue33817@psf.upfronthosting.co.za>
2018-06-10 17:43:47Teylinkissue33817 messages
2018-06-10 17:43:47Teycreate