Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 26, 2018 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/798cff56fffa73a1928b2bc3d8a5c64f to your computer and use it in GitHub Desktop.
Save YumaInaura/798cff56fffa73a1928b2bc3d8a5c64f to your computer and use it in GitHub Desktop.
#python #初心者 #gc #ガベージコレクション #勉強 したい #rubyist @YumaInaura ref: https://qiita.com/YumaInaura/items/db76b3d61afd3922f75b
# コールバック関数を定義する
def callback(phase, info):
print(phase, info)
gc.callbacks.append(callback)
gc.disable()
gc.collect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment