Skip to content

bpo-40602: Rename hashtable.h to pycore_hashtable.h#20044

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:hashtable
May 12, 2020
Merged

bpo-40602: Rename hashtable.h to pycore_hashtable.h#20044
vstinner merged 1 commit intopython:masterfrom
vstinner:hashtable

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented May 12, 2020

  • 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.

https://bugs.python.org/issue40602

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants