diff options
Diffstat (limited to 'Include/bytesobject.h')
| -rw-r--r-- | Include/bytesobject.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/bytesobject.h b/Include/bytesobject.h index 72ca0767b7..849078d4f8 100644 --- a/Include/bytesobject.h +++ b/Include/bytesobject.h @@ -21,6 +21,7 @@ extern "C" {  /* Object layout */  typedef struct {      PyObject_VAR_HEAD +    Py_ssize_t ob_alloc; /* How many bytes allocated */      char *ob_bytes;  } PyBytesObject;  | 
