]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Move _PyNone_Type to the internal C API (#107030)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 14:12:17 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 14:12:17 +0000 (14:12 +0000)
commiteda9ce148714947c164ff72b720e2645ca2cd5fb
tree3ee4198757769973cf23212817b373317e59669a
parent89f987544860d1360e6232b6f52b8ced92a4d690
gh-106320: Move _PyNone_Type to the internal C API (#107030)

Move private types _PyNone_Type and _PyNotImplemented_Type to
internal C API.
Include/cpython/object.h
Include/internal/pycore_object.h
Modules/_pickle.c