Skip to content

Instantly share code, notes, and snippets.

@arpitbbhayani
Created January 9, 2020 06:20
Show Gist options
  • Save arpitbbhayani/26a12a618a758a2911e18432ebd5b81c to your computer and use it in GitHub Desktop.
Save arpitbbhayani/26a12a618a758a2911e18432ebd5b81c to your computer and use it in GitHub Desktop.
typedef struct {
PyObject ob_base;
Py_ssize_t ob_size; /* Number of items in variable part */
} PyVarObject;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment