Created
January 9, 2020 06:20
-
-
Save arpitbbhayani/6672bbcf537fba5d571c3ba98181d246 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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