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
.cvsignore -rw-r--r-- 43 bytes
README -rw-r--r-- 12.4 KB
bkfile.py -rw-r--r-- 1.5 KB
checkextensions.py -rw-r--r-- 2.6 KB
checkextensions_win32.py -rw-r--r-- 6.1 KB
extensions_win32.ini -rw-r--r-- 3.9 KB
freeze.py -rwxr-xr-x 16.4 KB
hello.py -rw-r--r-- 23 bytes
makeconfig.py -rw-r--r-- 1.6 KB
makefreeze.py -rw-r--r-- 2.6 KB
makemakefile.py -rw-r--r-- 915 bytes
parsesetup.py -rw-r--r-- 2.9 KB
win32.html -rw-r--r-- 7.0 KB
winmakemakefile.py -rw-r--r-- 4.7 KB

README

back to top