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 matrixise
Recipients christian.heimes, lukasz.langa, matrixise, serhiy.storchaka
Date 2018-02-01.12:53:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517489588.49.0.467229070634.issue32711@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Serhiy,

but currently, there is some warnings because op has no value and can not be assigned to NULL because _PyUnicodeWriter_WriteASCIIString can't accept a NULL value.

What do you propose? Warnings at the compilation step and an eventual crash if we don't handle this case because there is no default?
History
Date User Action Args
2018-02-01 12:53:08matrixisesetrecipients: + matrixise, christian.heimes, lukasz.langa, serhiy.storchaka
2018-02-01 12:53:08matrixisesetmessageid: <1517489588.49.0.467229070634.issue32711@psf.upfronthosting.co.za>
2018-02-01 12:53:08matrixiselinkissue32711 messages
2018-02-01 12:53:08matrixisecreate