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: <[email protected]> |
| 2019-06-20 12:39:17 | methane | link | issue37348 messages |
| 2019-06-20 12:39:17 | methane | create | |
|