mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Checkin comment.
This commit is contained in:
parent
1c63a59b0d
commit
3486f617a1
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ sys.getobjects(max[, type])
|
||||||
allocated first in the list, least-recently allocated last in the
|
allocated first in the list, least-recently allocated last in the
|
||||||
list. max=0 means no limit on list length. If an optional type
|
list. max=0 means no limit on list length. If an optional type
|
||||||
object is passed, the list is also restricted to objects of that
|
object is passed, the list is also restricted to objects of that
|
||||||
type.
|
type. The return list itself, and some temp objects created just
|
||||||
|
to call sys.getobjects(), are excluded from the return list.
|
||||||
|
|
||||||
envar PYTHONDUMPREFS
|
envar PYTHONDUMPREFS
|
||||||
If this envar exists, Py_Finalize() arranges to print a list of
|
If this envar exists, Py_Finalize() arranges to print a list of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue