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

Improved hash for tuples #40272

Closed
ygale mannequin opened this issue May 19, 2004 · 2 comments
Closed

Improved hash for tuples #40272

ygale mannequin opened this issue May 19, 2004 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@ygale
Copy link
Mannequin

ygale mannequin commented May 19, 2004

BPO 957122
Nosy @rhettinger
Files
  • tupleobject.c.diff: Patches hash in tupleobject.c
  • tuple_hash_tests.py: Unit tests for new tuple hash function
  • 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 2004-06-01.06:50:18.000>
    created_at = <Date 2004-05-19.23:06:46.000>
    labels = ['interpreter-core']
    title = 'Improved hash for tuples'
    updated_at = <Date 2004-06-01.06:50:18.000>
    user = 'https://bugs.python.org/ygale'

    bugs.python.org fields:

    activity = <Date 2004-06-01.06:50:18.000>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2004-05-19.23:06:46.000>
    creator = 'ygale'
    dependencies = []
    files = ['5977', '5978']
    hgrepos = []
    issue_num = 957122
    keywords = ['patch']
    message_count = 2.0
    messages = ['46011', '46012']
    nosy_count = 2.0
    nosy_names = ['rhettinger', 'ygale']
    pr_nums = []
    priority = 'normal'
    resolution = 'rejected'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue957122'
    versions = ['Python 2.4']

    @ygale
    Copy link
    Mannequin Author

    ygale mannequin commented May 19, 2004

    See bug bpo-942952.

    @ygale ygale mannequin closed this as completed May 19, 2004
    @ygale ygale mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label May 19, 2004
    @ygale ygale mannequin closed this as completed May 19, 2004
    @ygale ygale mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label May 19, 2004
    @rhettinger
    Copy link
    Contributor

    Logged In: YES
    user_id=80475

    Thanks for the patch.

    In the end, I adopted a minor (cheaper) variation of Tim's
    proposal.
    It gets the job done without having to trying to achieve
    encryption
    grade hashing.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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