Created
December 12, 2019 01:24
-
-
Save DonggeunYu/c62ec25d0910dcf47a037924f30ed1a3 to your computer and use it in GitHub Desktop.
Revisions
-
DonggeunYu created this gist
Dec 12, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ >>> gc.get_count() (121, 9, 2) >>> gc.collect() 54 >>> gc.get_count() (54, 0, 0)