Message 80017 - Python tracker
On 2009-01-17 14:00, STINNER Victor wrote: >> A test would be good, too. > > PyUnicode_FromWideChar() is not a public API. Should I write a function in > _testcapi? It is a public C API. Regardless of this aspect, we should always add tests for bugs in order to make sure they don't pop up again.