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
39a5d17a
Commit
39a5d17a
authored
Jul 05, 2019
by
Hai Shi
Committed by
Benjamin Peterson
Jul 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
parent
f7d72e48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/c-api/memory.rst
Doc/c-api/memory.rst
+1
-1
No files found.
Doc/c-api/memory.rst
View file @
39a5d17a
...
@@ -67,7 +67,7 @@ example::
...
@@ -67,7 +67,7 @@ example::
In this example, the memory request for the I/O buffer is handled by the C
In this example, the memory request for the I/O buffer is handled by the C
library allocator. The Python memory manager is involved only in the allocation
library allocator. The Python memory manager is involved only in the allocation
of the
string
object returned as a result.
of the
bytes
object returned as a result.
In most situations, however, it is recommended to allocate memory from the
In most situations, however, it is recommended to allocate memory from the
Python heap specifically because the latter is under control of the Python
Python heap specifically because the latter is under control of the Python
...
...
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