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

Nov. 27, 2000
7:31 p.m.
Hehe, that was indeed a trivial patch. What was that about trees in a forest... I still think that the PySequence_Fast_GETITEM() macro should at least include a fall-back type check which causes some exception in case the used object was not "fixed" using PySequence_Fast() (which I only noticed in string_join() just now). Fredrik's PySequence_Fast_* APIs look interesting, BTW. Should be used more often :-) -- Marc-Andre Lemburg ______________________________________________________________________ Company: http://www.egenix.com/ Consulting: http://www.lemburg.com/ Python Pages: http://www.lemburg.com/python/
8877
Age (days ago)
8877
Last active (days ago)
0 comments
1 participants
participants (1)
-
M.-A. Lemburg