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 musically_ut
Recipients belopolsky, martin.panter, musically_ut, r.david.murray, serhiy.storchaka, vstinner
Date 2017-06-30.22:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498860173.16.0.577114505909.issue30302@psf.upfronthosting.co.za>
In-reply-to
Content
So, as a compromise, I'll stick to PyObjects (avoiding char* and the buffer size calculations) but will use PyUnicode all the way instead using PyList_* functions (thus reducing the size of the code by ~20 lines).

I've pushed this change, ready for review! :)

(haypo has already approved the change while I am still writing this.)

~
ut
History
Date User Action Args
2017-06-30 22:02:53musically_utsetrecipients: + musically_ut, belopolsky, vstinner, r.david.murray, martin.panter, serhiy.storchaka
2017-06-30 22:02:53musically_utsetmessageid: <1498860173.16.0.577114505909.issue30302@psf.upfronthosting.co.za>
2017-06-30 22:02:53musically_utlinkissue30302 messages
2017-06-30 22:02:53musically_utcreate