mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
8ce9f16259
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.