mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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
|
|
@ -193,7 +193,6 @@
|
|||
<ClInclude Include="..\Include\frameobject.h" />
|
||||
<ClInclude Include="..\Include\import.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_abstract.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_accu.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_asdl.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_ast.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_ast_state.h" />
|
||||
|
|
@ -422,7 +421,6 @@
|
|||
<ClCompile Include="..\Modules\cjkcodecs\multibytecodec.c" />
|
||||
<ClCompile Include="..\Modules\_winapi.c" />
|
||||
<ClCompile Include="..\Objects\abstract.c" />
|
||||
<ClCompile Include="..\Objects\accu.c" />
|
||||
<ClCompile Include="..\Objects\boolobject.c" />
|
||||
<ClCompile Include="..\Objects\bytearrayobject.c" />
|
||||
<ClCompile Include="..\Objects\bytes_methods.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue