commit | 621cebe81b1e6c8de10425955bf532d31ee4df42 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Nov 12 16:53:38 2018 +0100 |
committer | GitHub <noreply@github.com> | Mon Nov 12 16:53:38 2018 +0100 |
tree | d3122165505facaf5cea3bc1f8157356805419e0 | |
parent | 19c46a4c96553b2a8390bf8a0e138f2b23e28ed6 [diff] |
bpo-35081: Rename internal headers (GH-10275) Rename Include/internal/ headers: * pycore_hash.h -> pycore_pyhash.h * pycore_lifecycle.h -> pycore_pylifecycle.h * pycore_mem.h -> pycore_pymem.h * pycore_state.h -> pycore_pystate.h Add missing headers to Makefile.pre.in and PCbuild: * pycore_condvar.h. * pycore_hamt.h * pycore_pyhash.h