SIGN IN SIGN UP

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.
V
Victor Stinner committed
b617993b7c0b0f6f679ef7003a62d0318b6d6af9
Parent: 21cdb71
Committed by GitHub <noreply@github.com> on 5/12/2020, 12:42:19 AM