Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T tinyarray
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • kwant
  • tinyarray
  • Repository
Switch branch/tag
  • tinyarray
  • src
  • array.cc
Find file BlameHistoryPermalink
  • Joseph Weston's avatar
    correct signed -> unsigned temporaries in hash calculation · 798ee0cd
    Joseph Weston authored Aug 22, 2018
    This bug only seems to materialize on Windows, but now the types match
    https://github.com/python/cpython/blob/master/Objects/longobject.c#L3031
    Also inline 'old_hash', now that it is used in a single place only.
    798ee0cd