Tim Peters 8ce9f16259 PyUnicode_Join(): Two primary aims:
1. u1.join([u2]) is u2
2. Be more careful about C-level int overflow.

Since PySequence_Fast() isn't needed to achieve #1, it's not used -- but
the code could sure be simpler if it were.
2004-08-27 01:49:32 +00:00
..
2004-08-25 19:42:12 +00:00
2004-08-12 18:12:44 +00:00
2004-08-08 07:17:39 +00:00