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 vstinner
Recipients flox, ronaldoussoren, skrah, vstinner
Date 2012-02-26.22:49:01
SpamBayes Score 1.1833728e-08
Marked as misclassified No
Message-id <CAMpsgwawmggxnUnNE+DJxqMhVUL4gVKK6GSPQFNinPdkbbecMg@mail.gmail.com>
In-reply-to <1330267052.07.0.147961223806.issue14085@psf.upfronthosting.co.za>
Content
Castng to Py_UCS4 doesn't make the warning quiet. Does someone know
how to make the warning quiet.

If not, assertions can be removed from PyUnicode_WRITE. We might write
a function for Python compiled in debug mode to add the assertions.

More consistency tests (e.g. check for non-ASCII character in an ASCII
string) could be added if the macro got the object, but it only takes
data and kind.
History
Date User Action Args
2012-02-26 22:49:02vstinnersetrecipients: + vstinner, ronaldoussoren, skrah, flox
2012-02-26 22:49:01vstinnerlinkissue14085 messages
2012-02-26 22:49:01vstinnercreate