commit | c45dbe93b7094fe014442c198727ee38b25541c4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Jun 22 17:39:32 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 22 17:39:32 2020 +0200 |
tree | 9ee531ffa21bda6d8edfdcfdf046e75b98e597fa | |
parent | 384621c42f9102e31ba2c47feba144af09c989e5 [diff] |
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.