Skip to content

[3.15] gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304)#154305

Merged
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-63b564f-3.15
Jul 21, 2026
Merged

[3.15] gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304)#154305
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-63b564f-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

OpenBSD's readline does not honor "completion-query-items 0", so completing
many candidates blocks on a "Display all N?" prompt that hangs the
pseudo-terminal opened by run_pty(). Skip the whole Completion class on
OpenBSD, like the existing libedit skip.
(cherry picked from commit 63b564f)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

…ythonGH-154304)

OpenBSD's readline does not honor "completion-query-items 0", so completing
many candidates blocks on a "Display all N?" prompt that hangs the
pseudo-terminal opened by run_pty().  Skip the whole Completion class on
OpenBSD, like the existing libedit skip.
(cherry picked from commit 63b564fc8728036f165805407f7d2b4e8bfd3ef0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@bedevere-app bedevere-app Bot added the tests Tests in the Lib/test dir label Jul 20, 2026
@serhiy-storchaka
serhiy-storchaka merged commit 8ba1b04 into python:3.15 Jul 21, 2026
56 checks passed
@miss-islington
miss-islington deleted the backport-63b564f-3.15 branch July 21, 2026 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants