mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
This commit is contained in:
parent
565403038b
commit
8c88e360e7
10 changed files with 70 additions and 240 deletions
|
|
@ -435,7 +435,6 @@ PYTHON_OBJS= \
|
|||
# Objects
|
||||
OBJECT_OBJS= \
|
||||
Objects/abstract.o \
|
||||
Objects/accu.o \
|
||||
Objects/boolobject.o \
|
||||
Objects/bytes_methods.o \
|
||||
Objects/bytearrayobject.o \
|
||||
|
|
@ -1565,7 +1564,6 @@ PYTHON_HEADERS= \
|
|||
$(srcdir)/Include/cpython/weakrefobject.h \
|
||||
\
|
||||
$(srcdir)/Include/internal/pycore_abstract.h \
|
||||
$(srcdir)/Include/internal/pycore_accu.h \
|
||||
$(srcdir)/Include/internal/pycore_asdl.h \
|
||||
$(srcdir)/Include/internal/pycore_ast.h \
|
||||
$(srcdir)/Include/internal/pycore_ast_state.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue