mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #16061: Speed up str.replace() for replacing 1-character strings.
This commit is contained in:
parent
a707f299cb
commit
e2cef885a2
7 changed files with 102 additions and 26 deletions
|
@ -475,6 +475,7 @@
|
|||
<ClInclude Include="..\Objects\stringlib\fastsearch.h" />
|
||||
<ClInclude Include="..\Objects\stringlib\find.h" />
|
||||
<ClInclude Include="..\Objects\stringlib\partition.h" />
|
||||
<ClInclude Include="..\Objects\stringlib\replace.h" />
|
||||
<ClInclude Include="..\Objects\stringlib\split.h" />
|
||||
<ClInclude Include="..\Objects\unicodetype_db.h" />
|
||||
<ClInclude Include="..\Parser\parser.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue