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

gh-111545: Add Py_HashPointer() function #112096

Merged
merged 3 commits into from
Dec 6, 2023
Merged

Commits on Dec 5, 2023

  1. pythongh-111545: Add Py_HashPointer() function

    * Implement _Py_HashPointerRaw() as a static inline function.
    * Add Py_HashPointer() tests to test_capi.test_hash.
    * Keep _Py_HashPointer() function as an alias to Py_HashPointer().
    vstinner committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c0356a2 View commit details
    Browse the repository at this point in the history
  2. Enhance the doc

    vstinner committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    462c5e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5415271 View commit details
    Browse the repository at this point in the history