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 arigo
Recipients amaury.forgeotdarc, arigo, benjamin.peterson, eric.araujo, eric.smith, francismb, serhiy.storchaka
Date 2014-11-20.09:19:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416475187.27.0.726002320509.issue11145@psf.upfronthosting.co.za>
In-reply-to
Content
If buf contains "-00" and the type is 'o', then it will be modified in-place even if the string is shared.
History
Date User Action Args
2014-11-20 09:19:47arigosetrecipients: + arigo, amaury.forgeotdarc, eric.smith, benjamin.peterson, eric.araujo, francismb, serhiy.storchaka
2014-11-20 09:19:47arigosetmessageid: <1416475187.27.0.726002320509.issue11145@psf.upfronthosting.co.za>
2014-11-20 09:19:47arigolinkissue11145 messages
2014-11-20 09:19:47arigocreate