A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2000-November/010743.html below:

[Bug #121013] Bug in <stringobject>.join(<unicodestring>)

[Python-Dev] Re: [Bug #121013] Bug in <stringobject>.join(<unicodestring>)Fredrik Lundh fredrik@effbot.org
Mon, 27 Nov 2000 22:35:08 +0100
> your patch changes the behaviour of join on non-standard sequences.
> 
> if you use join on a long synthetic sequence, your new version may run
> out of memory where the old one worked just fine.

looking again, this was obviously only true for the unicode version
(which uses PySequence_GetItem), not for the 8-bit string version
(which uses the PySequence_Fast API).

maybe we should change the 8-bit implementation instead?

if not, +1.

</F>




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4