Created
January 9, 2020 06:20
-
-
Save arpitbbhayani/26a12a618a758a2911e18432ebd5b81c 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
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