mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
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.
This commit is contained in:
parent
21cdb711e3
commit
b617993b7c
8 changed files with 26 additions and 13 deletions
|
|
@ -132,7 +132,7 @@ faulthandler faulthandler.c
|
|||
#
|
||||
# bpo-35053: The module must be builtin since _Py_NewReference()
|
||||
# can call _PyTraceMalloc_NewReference().
|
||||
_tracemalloc _tracemalloc.c hashtable.c
|
||||
_tracemalloc _tracemalloc.c
|
||||
|
||||
# PEG-based parser module -- slated to be *the* parser
|
||||
_peg_parser _peg_parser.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue