summaryrefslogtreecommitdiffstats
path: root/Include/bytesobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/bytesobject.h')
-rw-r--r--Include/bytesobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/bytesobject.h b/Include/bytesobject.h
index eafcdea..ffa529b 100644
--- a/Include/bytesobject.h
+++ b/Include/bytesobject.h
@@ -141,8 +141,8 @@ typedef struct {
int overallocate;
/* Stack buffer */
- int use_stack_buffer;
- char stack_buffer[512];
+ int use_small_buffer;
+ char small_buffer[512];
} _PyBytesWriter;
/* Initialize a bytes writer