diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-27 01:49:32 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-27 01:49:32 (GMT) |
commit | 8ce9f162595e500af16d8543e896ceeb815e51ac (patch) | |
tree | 8884f474bf784646e64214d4cc1f2fbf066367e8 /Lib | |
parent | 00f8da77e7d07de28318844fbfbf6cf07f915cf4 (diff) | |
download | cpython-8ce9f162595e500af16d8543e896ceeb815e51ac.zip cpython-8ce9f162595e500af16d8543e896ceeb815e51ac.tar.gz cpython-8ce9f162595e500af16d8543e896ceeb815e51ac.tar.bz2 |
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.
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions