Skip to content

Instantly share code, notes, and snippets.

@ishashankkumar
Created November 15, 2019 10:24
Show Gist options
  • Save ishashankkumar/f025b400a8bb57c0e977cecbf1c6790b to your computer and use it in GitHub Desktop.
Save ishashankkumar/f025b400a8bb57c0e977cecbf1c6790b to your computer and use it in GitHub Desktop.
>>> id(a)
140404702868680
>>> id(c)
140404702868680
>>> id(d)
140404702868680
>>> del c
>>> sys.getrefcount(a)
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment