]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)
authorVictor Stinner <vstinner@redhat.com>
Mon, 26 Nov 2018 23:12:26 +0000 (00:12 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 23:12:26 +0000 (00:12 +0100)
commitffedd9ad2a8be4bf82a4d8f2bac3eaee5b44191e
tree843b3d2d8f146224e1e87c5179b5cdef4bd0d283
parentdd12aa0aea733820807ec4f99e4e476064a0ee41
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)

* Move dictobject.h code surrounded by "#ifndef Py_LIMITED_API"
  to a new Include/cpython/dictobject.h header file.
* Add PyAPI_FUNC() to _PyDictView_New().
* Reorganize dictobject.h: move views and iterators at the end.
Include/cpython/dictobject.h [new file with mode: 0644]
Include/dictobject.h