diff options
author | Victor Stinner <vstinner@python.org> | 2020-05-12 02:42:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 02:42:19 +0200 |
commit | b617993b7c0b0f6f679ef7003a62d0318b6d6af9 (patch) | |
tree | c0527f03dd007c40d39de754aee44af36abefda2 /Python/pythonrun.c | |
parent | 21cdb711e3b1975398c54141e519ead02670610e (diff) | |
download | cpython-git-b617993b7c0b0f6f679ef7003a62d0318b6d6af9.tar.gz |
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
* Move Modules/hashtable.h to Include/internal/pycore_hashtable.h
* Move Modules/hashtable.c to Python/hashtable.c
* Python is now linked to hashtable.c. _tracemalloc is no longer
linked to hashtable.c. Previously, marshal.c got hashtable.c via
_tracemalloc.c which is built as a builtin module.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions