diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-13 19:45:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-13 19:45:04 (GMT) |
commit | e2cef885a25967605007248cb158671b765df002 (patch) | |
tree | d8e0596e3acc23cdf93c56fc419c846dd585779d /PC/VS9.0 | |
parent | a707f299cb325a8de7bb7cae746b264573bc1cfc (diff) | |
download | cpython-e2cef885a25967605007248cb158671b765df002.zip cpython-e2cef885a25967605007248cb158671b765df002.tar.gz cpython-e2cef885a25967605007248cb158671b765df002.tar.bz2 |
Issue #16061: Speed up str.replace() for replacing 1-character strings.
Diffstat (limited to 'PC/VS9.0')
-rw-r--r-- | PC/VS9.0/pythoncore.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/VS9.0/pythoncore.vcproj b/PC/VS9.0/pythoncore.vcproj index 9fb63ff..ab7feca 100644 --- a/PC/VS9.0/pythoncore.vcproj +++ b/PC/VS9.0/pythoncore.vcproj @@ -1587,6 +1587,10 @@ >
</File>
<File
+ RelativePath="..\..\Objects\stringlib\replace.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Objects\setobject.c"
>
</File>
|