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 serhiy.storchaka
Recipients amaury.forgeotdarc, arigo, benjamin.peterson, eric.araujo, eric.smith, francismb, serhiy.storchaka
Date 2016-11-30.09:47:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480499279.58.0.599680206476.issue11145@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch Armin! Thank you for your review.

Updated patch uses PyString_AsStringAndSize() and adds a check that result is exact str before changing it in-place.
History
Date User Action Args
2016-11-30 09:47:59serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, amaury.forgeotdarc, eric.smith, benjamin.peterson, eric.araujo, francismb
2016-11-30 09:47:59serhiy.storchakasetmessageid: <1480499279.58.0.599680206476.issue11145@psf.upfronthosting.co.za>
2016-11-30 09:47:59serhiy.storchakalinkissue11145 messages
2016-11-30 09:47:59serhiy.storchakacreate