Staging
v0.5.1
https://github.com/python/cpython
Revision 8ce9f162595e500af16d8543e896ceeb815e51ac authored by Tim Peters on 27 August 2004, 01:49:32 UTC, committed by Tim Peters on 27 August 2004, 01:49:32 UTC
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.
1 parent 00f8da7
History
Tip revision: 8ce9f162595e500af16d8543e896ceeb815e51ac authored by Tim Peters on 27 August 2004, 01:49:32 UTC
PyUnicode_Join(): Two primary aims:
Tip revision: 8ce9f16
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.9 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 17.5 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top