mirror of https://github.com/python/cpython
fix comment
This commit is contained in:
parent
5b72075387
commit
9185a5ae7e
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
#ifndef Py_LIMITED_API
|
||||
typedef struct {
|
||||
PyObject_VAR_HEAD
|
||||
Py_ssize_t ob_alloc; /* How many bytes allocated in ob_buffer */
|
||||
Py_ssize_t ob_alloc; /* How many bytes allocated in ob_bytes */
|
||||
char *ob_bytes; /* Physical backing buffer */
|
||||
char *ob_start; /* Logical start inside ob_bytes */
|
||||
/* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
|
||||
|
|
Loading…
Reference in New Issue