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
6d5cb073
Commit
6d5cb073
authored
Dec 20, 2013
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move versionadded for tracemalloc into the standard location (right after title)
parent
43ad1381
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/tracemalloc.rst
Doc/library/tracemalloc.rst
+2
-2
No files found.
Doc/library/tracemalloc.rst
View file @
6d5cb073
...
...
@@ -4,6 +4,8 @@
.. module:: tracemalloc
:synopsis: Trace memory allocations.
.. versionadded:: 3.4
The tracemalloc module is a debug tool to trace memory blocks allocated by
Python. It provides the following information:
...
...
@@ -23,8 +25,6 @@ frame (1 frame). To store 25 frames at startup: set the
:envvar:`PYTHONTRACEMALLOC` environment variable to ``25``, or use the
:option:`-X` ``tracemalloc=25`` command line option.
.. versionadded:: 3.4
Examples
========
...
...
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