File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Object Protocol
128
128
.. versionadded :: 3.3
129
129
130
130
131
- .. c :function :: int PyObject_GenericSetDict (PyObject *o, void *context)
131
+ .. c :function :: int PyObject_GenericSetDict (PyObject *o, PyObject *value, void *context)
132
132
133
133
A generic implementation for the setter of a ``__dict__ `` descriptor. This
134
134
implementation does not allow the dictionary to be deleted.
Original file line number Diff line number Diff line change @@ -1655,7 +1655,8 @@ PyObject_GenericSetAttr:PyObject*:name:0:
1655
1655
PyObject_GenericSetAttr:PyObject*:value:+1:
1656
1656
1657
1657
PyObject_GenericSetDict:int:::
1658
- PyObject_GenericSetDict:PyObject*:o:+1:
1658
+ PyObject_GenericSetDict:PyObject*:o:0:
1659
+ PyObject_GenericSetDict:PyObject*:value:+1:
1659
1660
PyObject_GenericSetDict:void*:context::
1660
1661
1661
1662
PyObject_GetAttr:PyObject*::+1:
You can’t perform that action at this time.
0 commit comments