diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2024-04-27 01:13:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-27 01:13:44 (GMT) |
commit | 1d3392517698170e270eb7d847b6a8c28bfaca0f (patch) | |
tree | 477531957a08438f72b9d87972406677b43cb898 /Misc | |
parent | 194fd17bc6cb73138e2fe8eb5ca34b19a6c3b25a (diff) | |
download | cpython-1d3392517698170e270eb7d847b6a8c28bfaca0f.zip cpython-1d3392517698170e270eb7d847b6a8c28bfaca0f.tar.gz cpython-1d3392517698170e270eb7d847b6a8c28bfaca0f.tar.bz2 |
gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)
This is an improvement over the status quo, reducing the likelihood of completely filling the pending calls queue. However, the problem won't go away completely unless we move to an unbounded linked list or add a mechanism for waiting until the queue isn't full.
Diffstat (limited to 'Misc')
0 files changed, 0 insertions, 0 deletions