mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -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