Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Py_hash_t declaration needed in _testcapimodule #54394

Closed
casevh mannequin opened this issue Oct 23, 2010 · 2 comments
Closed

Py_hash_t declaration needed in _testcapimodule #54394

casevh mannequin opened this issue Oct 23, 2010 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@casevh
Copy link
Mannequin

casevh mannequin commented Oct 23, 2010

BPO 10185
Nosy @pitrou
Files
  • py_hash_t_testcapimodule.diff
  • 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 2010-10-23.19:43:13.106>
    created_at = <Date 2010-10-23.19:32:14.736>
    labels = ['interpreter-core']
    title = 'Py_hash_t declaration needed in _testcapimodule'
    updated_at = <Date 2010-10-23.19:43:13.103>
    user = 'https://bugs.python.org/casevh'

    bugs.python.org fields:

    activity = <Date 2010-10-23.19:43:13.103>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-10-23.19:43:13.106>
    closer = 'pitrou'
    components = ['Interpreter Core']
    creation = <Date 2010-10-23.19:32:14.736>
    creator = 'casevh'
    dependencies = []
    files = ['19346']
    hgrepos = []
    issue_num = 10185
    keywords = ['patch']
    message_count = 2.0
    messages = ['119469', '119472']
    nosy_count = 2.0
    nosy_names = ['pitrou', 'casevh']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue10185'
    versions = ['Python 3.2']

    @casevh
    Copy link
    Mannequin Author

    casevh mannequin commented Oct 23, 2010

    While researching errors in bpo-9778, I found a variable in _testcapimodule.c that should be declared Py_hash_t instead of long.

    Patch is attached.

    @casevh casevh mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Oct 23, 2010
    @pitrou
    Copy link
    Member

    pitrou commented Oct 23, 2010

    Committed in r85810, thank you.

    @pitrou pitrou closed this as completed Oct 23, 2010
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant