diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-13 07:55:48 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-13 07:55:48 (GMT) |
commit | 6467213bfd10dd45f0ae6fa607c8052a3bdaec23 (patch) | |
tree | 2d2e16c4f8451c981f75a00bbcc6372561070a18 /PCbuild/pythoncore.vcproj | |
parent | d0ff51c43f7d851f2e3beb230f346c1739152ab0 (diff) | |
download | cpython-6467213bfd10dd45f0ae6fa607c8052a3bdaec23.zip cpython-6467213bfd10dd45f0ae6fa607c8052a3bdaec23.tar.gz cpython-6467213bfd10dd45f0ae6fa607c8052a3bdaec23.tar.bz2 |
Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
methods of bytes, bytearray and unicode objects by using a common
implementation based on stringlib's fast search. Patch by Florent Xicluna.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 47521f01..6078c86 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1539,6 +1539,10 @@ > </File> <File + RelativePath="..\Objects\stringlib\split.h" + > + </File> + <File RelativePath="..\Objects\structseq.c" > </File> |