Skip to content
Prev Previous commit
Next Next commit
~object
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
gpshead and CAM-Gerlach authored Jun 24, 2023
commit b83c9a2b39b348214d5be4e293a56f99a5892f86
2 changes: 1 addition & 1 deletion Doc/c-api/dict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Dictionary Objects
.. note::
Comment thread
gpshead marked this conversation as resolved.

Exceptions that occur while this calls :meth:`__hash__` and
Comment thread
gpshead marked this conversation as resolved.
Outdated
:meth:`__eq__` methods or while creating the temporary ``str``
:meth:`~object.__eq__` methods or while creating the temporary :class:`str`
object are silently ignored.
Prefer using the :c:func:`PyDict_GetItemWithError` function with your own
:c:func:`PyUnicode_FromString` *key* instead.
Expand Down