Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4384435

Browse files
committed
write versionadded
1 parent 006c5a2 commit 4384435

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/c-api/object.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,16 @@ Object Protocol
106106
A generic implementation for the getter of a ``__dict__`` descriptor. It
107107
creates the dictionary if necessary.
108108
109+
.. versionadded:: 3.3
110+
109111
110112
.. c:function:: int PyType_GenericSetDict(PyObject *o, void *context)
111113
112114
A generic implementation for the setter of a ``__dict__`` descriptor. This
113115
implementation does not allow the dictionary to be deleted.
114116
117+
.. versionadded:: 3.3
118+
115119
116120
.. c:function:: PyObject* PyObject_RichCompare(PyObject *o1, PyObject *o2, int opid)
117121

0 commit comments

Comments
 (0)