mirror of
https://github.com/python/cpython.git
synced 2026-05-27 06:42:27 -04:00
3508e30861
elements which are not Unicode objects or strings. (This matches the string.join() behaviour.) Fix a memory leak in the .join() method which occurs in case the Unicode resize fails. Restore the test_unicode output.