Fix memory leak in path_converter()
Issue #28200: Replace PyUnicode_AsWideCharString() with PyUnicode_AsUnicodeAndSize().
V
Victor Stinner committed
26c03bd7d5892e6bd7304231c8f10955a73c854d
Parent: 286987b
Issue #28200: Replace PyUnicode_AsWideCharString() with PyUnicode_AsUnicodeAndSize().