mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
d07d9f4c43
Improve multi-threaded performance by dropping the GIL in the fast path of bytes.join. To avoid increasing overhead for small joins, it is only done if the output size exceeds a threshold.
Source files for various builtin objects