]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove _Py_SwappedOp from the C API (#107036)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 16:07:07 +0000 (18:07 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 16:07:07 +0000 (16:07 +0000)
commit6fbc717214210e06313a283b2f3ec8ce67209609
tree032aeea214b0e74f89641fe5f19a0e8155ee049f
parent9c38206925246ab919cf558ac069ae9458720ba7
gh-106320: Remove _Py_SwappedOp from the C API (#107036)

Move _Py_SwappedOp to the internal C API (pycore_object.h).
Include/cpython/object.h
Include/internal/pycore_object.h
Objects/object.c