Skip to content

Commit 7d116eb

Browse files
Added reference to gh-137759 in the comments
1 parent 3a42bfc commit 7d116eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/internal/pycore_object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ _PyObject_IS_GC(PyObject *obj)
841841
// json, ...) so we include a fast path for strings.
842842
// This function should not be used in a collection if str is not
843843
// very likely, since it is slower than PyObject_Hash() on types
844-
// other than str.
844+
// other than str. See gh-137759.
845845
static inline Py_ALWAYS_INLINE Py_hash_t
846846
_PyObject_HashDictKey(PyObject *op)
847847
{

0 commit comments

Comments
 (0)