This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chivay
Recipients chivay
Date 2019-08-30.21:22:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567200160.56.0.846460221053.issue37990@roundup.psfhosted.org>
In-reply-to
Content
Example:

Python 3.9.0a0 (heads/master:39d87b5471, Aug 30 2019, 23:19:13) 
[GCC 9.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gc
>>> gc.set_debug(gc.DEBUG_STATS)
>>> gc.collect()
gc: collecting generation 2...
gc: objects in each generation: 589 4120 0
gc: objects in permanent generation: 0
gc: done, 0 unreachable, 0 uncollectable, %.4fs elapsed
0
History
Date User Action Args
2019-08-30 21:22:40chivaysetrecipients: + chivay
2019-08-30 21:22:40chivaysetmessageid: <1567200160.56.0.846460221053.issue37990@roundup.psfhosted.org>
2019-08-30 21:22:40chivaylinkissue37990 messages
2019-08-30 21:22:40chivaycreate