summaryrefslogtreecommitdiffstats
path: root/PC/VS9.0
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-04-13 19:45:04 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-04-13 19:45:04 (GMT)
commite2cef885a25967605007248cb158671b765df002 (patch)
treed8e0596e3acc23cdf93c56fc419c846dd585779d /PC/VS9.0
parenta707f299cb325a8de7bb7cae746b264573bc1cfc (diff)
downloadcpython-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.vcproj4
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>