Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
And remove all the extern decls in the middle of .c files. Apparently, it was excluded from the header file because it is intended for internal use by the interpreter. It's still intended for internal use and documented as such in the header file.
J
Jeremy Hylton committed
3ce45389bd929296863e26586fa6963ba307e6fb
Parent: 5121e7d