Message346118
Should we make these APIs public?
* rename `_PyUnicode_FromASCII` to `PyUnicode_FromASCIIAndSize`.
* add `PyUnicode_FromASCII` as static inline function (without ABI).
* add `#define _PyUnicode_FromASCII PyUnicode_FromASCIIAndSize` for source code compatibility. |
|
Date |
User |
Action |
Args |
2019-06-20 12:39:17 | methane | set | recipients:
+ methane, vstinner |
2019-06-20 12:39:17 | methane | set | messageid: <1561034357.38.0.683819668367.issue37348@roundup.psfhosted.org> |
2019-06-20 12:39:17 | methane | link | issue37348 messages |
2019-06-20 12:39:17 | methane | create | |
|