mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
b617993b7c
* 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.
Miscellaneous source files for the main Python shared library