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 2016-11-30.09:18:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480497535.81.0.366279160331.issue11145@psf.upfronthosting.co.za>
In-reply-to
Content
I reviewed your patch again.  It does look good after all: I find only one issue---it seems I implied there were several ones but I can't find more.  The issue is that PyString_AsString(result) will succeed if 'result' is a unicode.  Then you call PyString_GET_SIZE(result), which gives nonsense for unicode objects.
History
Date User Action Args
2016-11-30 09:18:55arigosetrecipients: + arigo, amaury.forgeotdarc, eric.smith, benjamin.peterson, eric.araujo, francismb, serhiy.storchaka
2016-11-30 09:18:55arigosetmessageid: <1480497535.81.0.366279160331.issue11145@psf.upfronthosting.co.za>
2016-11-30 09:18:55arigolinkissue11145 messages
2016-11-30 09:18:55arigocreate