mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Add link to a sample solution to a common problem.
This commit is contained in:
parent
c5895dcc15
commit
c539a2a88e
1 changed files with 3 additions and 0 deletions
|
|
@ -415,6 +415,9 @@ always available.
|
|||
additional garbage collector overhead if the object is managed by the garbage
|
||||
collector.
|
||||
|
||||
See `recursive sizeof recipe <http://code.activestate.com/recipes/577504>`_
|
||||
for an example of using :func:`getsizeof` recursively to find the size of
|
||||
containers and all their contents.
|
||||
|
||||
.. function:: getswitchinterval()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue