Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 136b536

Browse filesBrowse files
vstinnerencukou
andauthored
Update Include/internal/pycore_pyhash.h
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent cd8849b commit 136b536
Copy full SHA for 136b536

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Include/internal/pycore_pyhash.h

Copy file name to clipboardExpand all lines: Include/internal/pycore_pyhash.h
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.