two changes to string_join:
implementation -- use PySequence_Fast interface to iterate over elements interface -- if instance object reports wrong length, ignore it; previous version raised an IndexError if reported length was too high
J
Jeremy Hylton committed
194e43e9533b0441b4f5d680f1d0c77e20297a34
Parent: 663809e