mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
* 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