mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* 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().
2 lines
82 B
ReStructuredText
2 lines
82 B
ReStructuredText
Add :c:func:`Py_HashPointer` function to hash a pointer. Patch by Victor
|
|
Stinner.
|