Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1fe8ada4
Commit
1fe8ada4
authored
Oct 05, 2014
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Plain Diff
merge 3.4 (#18494)
parents
3cb93798
1c262a6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/c-api/object.rst
Doc/c-api/object.rst
+2
-2
No files found.
Doc/c-api/object.rst
View file @
1fe8ada4
...
...
@@ -101,7 +101,7 @@ Object Protocol
This is the equivalent of the Python statement ``del o.attr_name``.
.. c:function:: PyObject* Py
Type
_GenericGetDict(PyObject *o, void *context)
.. c:function:: PyObject* Py
Object
_GenericGetDict(PyObject *o, void *context)
A generic implementation for the getter of a ``__dict__`` descriptor. It
creates the dictionary if necessary.
...
...
@@ -109,7 +109,7 @@ Object Protocol
.. versionadded:: 3.3
.. c:function:: int Py
Type
_GenericSetDict(PyObject *o, void *context)
.. c:function:: int Py
Object
_GenericSetDict(PyObject *o, void *context)
A generic implementation for the setter of a ``__dict__`` descriptor. This
implementation does not allow the dictionary to be deleted.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment