We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e982a1 commit e4c7cdcCopy full SHA for e4c7cdc
Doc/c-api/object.rst
@@ -87,7 +87,7 @@ Object Protocol
87
88
.. c:function:: void PyObject_Dump(PyObject* op)
89
90
- Dump an object *op* to ``stderr``. Function used for debugging.
+ Dump an object *op* to ``stderr``. This should only be used for debugging.
91
92
It can be called without an :term:`attached thread state`, even if it's not
93
recommended.
0 commit comments