]> granicus.if.org Git - python/commit
bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)
authorVictor Stinner <vstinner@redhat.com>
Mon, 26 Nov 2018 16:29:38 +0000 (17:29 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 16:29:38 +0000 (17:29 +0100)
commit75e4699b31d1d88abad097ad13466c5c07711324
tree2e7a3df216e47833c5a26abd197debca0de413fe
parent5719f275b7153a00a800f5481271a6fc26659c65
bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)

Move unicodeobject.h code surrounded by "#ifndef Py_LIMITED_API"
to a new Include/cpython/unicodeobject.h header file.
Include/cpython/unicodeobject.h [new file with mode: 0644]
Include/unicodeobject.h