| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,6 +50,9 @@ The :mod:`gc` module provides the following functions: | |||
| 50 | 50 | is run. Not all items in some free lists may be freed due to the | |
| 51 | 51 | particular implementation, in particular :class:`float`. | |
| 52 | 52 | ||
| 53 | + The effect of calling ``gc.collect()`` while the interpreter is already | ||
| 54 | + performing a collection is undefined. | ||
| 55 | + | ||
| 53 | 56 | ||
| 54 | 57 | .. function:: set_debug(flags) | |
| 55 | 58 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments