Skip to content

Instantly share code, notes, and snippets.

@DonggeunYu
Created December 12, 2019 01:24
Show Gist options
  • Select an option

  • Save DonggeunYu/c62ec25d0910dcf47a037924f30ed1a3 to your computer and use it in GitHub Desktop.

Select an option

Save DonggeunYu/c62ec25d0910dcf47a037924f30ed1a3 to your computer and use it in GitHub Desktop.

Revisions

  1. DonggeunYu created this gist Dec 12, 2019.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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)