Skip to content

Instantly share code, notes, and snippets.

@pjenvey
Last active May 12, 2016 03:38
Show Gist options
  • Save pjenvey/cb8b570f24685c3b6837b05dc67888c2 to your computer and use it in GitHub Desktop.
Save pjenvey/cb8b570f24685c3b6837b05dc67888c2 to your computer and use it in GitHub Desktop.
_TPFLAGS_HEAPTYPE = 1 << 9
def _is_heaptype(typ):
return typ.__flags__ & _TPFLAGS_HEAPTYPE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment