summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-04-13 22:45:04 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-04-13 22:45:04 +0300
commite2cef885a25967605007248cb158671b765df002 (patch)
treed8e0596e3acc23cdf93c56fc419c846dd585779d /Makefile.pre.in
parenta707f299cb325a8de7bb7cae746b264573bc1cfc (diff)
downloadcpython-git-e2cef885a25967605007248cb158671b765df002.tar.gz
Issue #16061: Speed up str.replace() for replacing 1-character strings.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 534ddc0dc5..ab56e3f4e5 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -726,6 +726,7 @@ UNICODE_DEPS = \
$(srcdir)/Objects/stringlib/find_max_char.h \
$(srcdir)/Objects/stringlib/localeutil.h \
$(srcdir)/Objects/stringlib/partition.h \
+ $(srcdir)/Objects/stringlib/replace.h \
$(srcdir)/Objects/stringlib/split.h \
$(srcdir)/Objects/stringlib/ucs1lib.h \
$(srcdir)/Objects/stringlib/ucs2lib.h \