Skip to content

Instantly share code, notes, and snippets.

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