8000 Delete bufferobject.[ch]. · python/cpython@be801ac · GitHub
[go: up one dir, main page]

Skip to content

Commit be801ac

Browse files
committed
Delete bufferobject.[ch].
This will undoubtedly require Windows build file changes too.
1 parent bae07c9 commit be801ac

File tree

6 files changed

+9
-762
lines changed

6 files changed

+9
-762
lines changed

Include/Python.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
#endif
7777
#include "rangeobject.h"
7878
#include "stringobject.h"
79-
#include "bufferobject.h"
8079
#include "memoryobject.h"
8180
#include "tupleobject.h"
8281
#include "listobject.h"

Include/bufferobject.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

Makefile.pre.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ PYTHON_OBJS= \
285285
OBJECT_OBJS= \
286286
Objects/abstract.o \
287287
Objects/boolobject.o \
288-
Objects/bufferobject.o \
289288
Objects/bytesobject.o \
290289
Objects/cellobject.o \
291290
Objects/classobject.o \
@@ -530,7 +529,6 @@ PYTHON_HEADERS= \
530529
Include/asdl.h \
531530
Include/abstract.h \
532531
Include/boolobject.h \
533-
Include/bufferobject.h \
534532
Include/bytesobject.h \
535533
Include/ceval.h \
536534
Include/classobject.h \

0 commit comments

Comments
 (0)
0