◐ Shell
clean mode source ↗

gh-111545: Add Py_HashPointer() function by vstinner · Pull Request #112096 · python/cpython

@bedevere-app Bot mentioned this pull request

Nov 15, 2023

@vstinner vstinner marked this pull request as ready for review

November 15, 2023 11:12

This was referenced

Nov 15, 2023

vstinner

encukou

encukou

@vstinner vstinner changed the title gh-111545: Add PyHash_Pointer() function gh-111545: Add Py_HashPointer() function

Dec 1, 2023

zooba

* 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().

iritkatriel

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
* 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().

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
* 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().