Skip to content

Instantly share code, notes, and snippets.

@kaiix
Created January 28, 2015 07:59
Show Gist options
  • Select an option

  • Save kaiix/8df689c6629679ff5cab to your computer and use it in GitHub Desktop.

Select an option

Save kaiix/8df689c6629679ff5cab to your computer and use it in GitHub Desktop.
# http://blog.hakril.net/articles/0-understanding-python-by-breaking-it.html
def get_ref(obj):
""" returns a c_size_t, which is the refcount of obj """
return ctypes.c_size_t.from_address(id(obj))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment