]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New strop_joinfields implementation, highly optimized for Lists. All
authorBarry Warsaw <barry@python.org>
Mon, 6 Jan 1997 22:48:32 +0000 (22:48 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 6 Jan 1997 22:48:32 +0000 (22:48 +0000)
commitd4ff1b908baf6d53e13d2a1c763c004568b4d5f9
treeb0134bfd47eec84fe016bd4a776ee1b8d38444d5
parent95f92dfad4d95222842a8264eaa57b0fde11bd96
New strop_joinfields implementation, highly optimized for Lists.  All
other sequences use the Sequence protocol from the abstract API.  The
algorithm has changed so that only one pass through the sequences are
made.
Modules/stropmodule.c