bpo-36301: Add _PyWstrList structure by vstinner · Pull Request #12343 · python/cpython (original) (raw)

vstinner

Replace messy _Py_wstrlist_xxx() functions with a new clean
_PyWstrList structure and new _PyWstrList_xxx() functions.

Changes:

https://bugs.python.org/issue36301

@vstinner

Replace messy _Py_wstrlist_xxx() functions with a new clean _PyWstrList structure and new _PyWstrList_xxx() functions.

Changes:

@vstinner

@vstinner

Fix also compilation on Windows