Skip to content

Commit 136b536

Browse files
vstinnerencukou
andauthored
Update Include/internal/pycore_pyhash.h
Co-authored-by: Petr Viktorin <[email protected]>
1 parent cd8849b commit 136b536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_pyhash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# error "this header requires Py_BUILD_CORE define"
66
#endif
77

8-
// Similar to Py_HashPointer(), but don't return -1 with -2.
8+
// Similar to Py_HashPointer(), but don't replace -1 with -2.
99
static inline Py_hash_t
1010
_Py_HashPointerRaw(const void *ptr)
1111
{

0 commit comments

Comments
 (0)