]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 30 Jul 2001 22:34:24 +0000 (22:34 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 30 Jul 2001 22:34:24 +0000 (22:34 +0000)
commit3ce45389bd929296863e26586fa6963ba307e6fb
treef094b82d809cd17a3bbd1f8779396389d7c985a3
parent5121e7de11eaf8ef872aef4b0c58612d6a814161
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.
Include/unicodeobject.h
Objects/object.c
Objects/stringobject.c
Objects/unicodeobject.c
Python/getargs.c