Skip to content

Move Modules/hashtable.h to Include/internal/pycore_hashtable.h #84782

@vstinner

Description

@vstinner
BPO 40602
Nosy @vstinner
PRs
  • bpo-40602: Rename hashtable.h to pycore_hashtable.h #20044
  • bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() #20046
  • bpo-40602: Optimize _Py_hashtable for pointer keys #20051
  • bpo-40602: Add _Py_HashPointerRaw() function #20056
  • bpo-40602: Optimize _Py_hashtable_get_ptr() #20066
  • bpo-40602: _Py_hashtable_set() reports rehash failure #20077
  • bpo-40602: Write unit tests for _Py_hashtable_t #20091
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2020-05-14.20:52:38.500>
    created_at = <Date 2020-05-12.00:01:24.785>
    labels = ['expert-C-API', '3.9']
    title = 'Move Modules/hashtable.h to Include/internal/pycore_hashtable.h'
    updated_at = <Date 2020-05-14.20:52:38.499>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2020-05-14.20:52:38.499>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-05-14.20:52:38.500>
    closer = 'vstinner'
    components = ['C API']
    creation = <Date 2020-05-12.00:01:24.785>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40602
    keywords = ['patch']
    message_count = 9.0
    messages = ['368685', '368689', '368690', '368722', '368737', '368756', '368758', '368864', '368867']
    nosy_count = 1.0
    nosy_names = ['vstinner']
    pr_nums = ['20044', '20046', '20051', '20056', '20066', '20077', '20091']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue40602'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions