]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41078: Add pycore_list.h internal header file (GH-21057)
authorVictor Stinner <vstinner@python.org>
Mon, 22 Jun 2020 15:39:32 +0000 (17:39 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 15:39:32 +0000 (17:39 +0200)
commitc45dbe93b7094fe014442c198727ee38b25541c4
tree9ee531ffa21bda6d8edfdcfdf046e75b98e597fa
parent384621c42f9102e31ba2c47feba144af09c989e5
bpo-41078: Add pycore_list.h internal header file (GH-21057)

* Move _PyList_ITEMS() to pycore_list.h.
* The C extension "_heapq" is now built with Py_BUILD_CORE_MODULE
  macro defined to access the internal C API.
Include/cpython/listobject.h
Include/internal/pycore_list.h [new file with mode: 0644]
Makefile.pre.in
Modules/Setup
Modules/_heapqmodule.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
setup.py