pywin32
pywin32 copied to clipboard
Fix new 3.14 C API deprecation for `_Py_HashPointer`
Addresses a Python C API Deprecation listed in https://github.com/mhammond/pywin32/issues/2588
_Py_HashPointer is currently an alias for Py_HashPointer kept temporarily for backwards compatibility. So this should be safe.
// Kept for backward compatibility
#define _Py_HashPointer Py_HashPointer