Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2016-09-07 | 445 Bytes | |
pycxx-7.0.1.tar.gz | 2016-09-07 | 147.5 kB | |
Totals: 2 Items | 148.0 kB | 0 |
Version: 7.0.1 (29-Aug-2016) Add extra methods to Py::String that as needed on Windows to support full unicode range of code points. On Windows Python defines Py_UNICODE as unsigned short, which is too small to hold all Unicode values. PyCXX has added to the Py::String API to support creationg from Py_UCS4 strings and converting Py::String() into Py::ucs4string objects. Fix validate for Bytes to use the correct check function.