summaryrefslogtreecommitdiff
path: root/Python/formatter_unicode.c
diff options
context:
space:
mode:
authorBruce Merry <bmerry@gmail.com>2020-01-29 09:09:24 +0200
committerGitHub <noreply@github.com>2020-01-29 16:09:24 +0900
commitd07d9f4c43bc85a77021bcc7d77643f8ebb605cf (patch)
tree1a34ea430e52347e71547a55e4fd994634bd3358 /Python/formatter_unicode.c
parent6a65eba44bfd82ccc8bed4b5c6dd6637549955d5 (diff)
downloadcpython-git-d07d9f4c43bc85a77021bcc7d77643f8ebb605cf.tar.gz
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
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.
Diffstat (limited to 'Python/formatter_unicode.c')
0 files changed, 0 insertions, 0 deletions