Skip to content

[3.15] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (GH-150704)#150713

Merged
vstinner merged 1 commit into
python:3.15from
miss-islington:backport-e8034dd-3.15
Jun 4, 2026
Merged

[3.15] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (GH-150704)#150713
vstinner merged 1 commit into
python:3.15from
miss-islington:backport-e8034dd-3.15

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jun 1, 2026

If a subprocess spawned with CREATE_NEW_CONSOLE creation flag fails
with STATUS_DLL_INIT_FAILED return code, skip the test. It's likely a
memory allocation failure in the desktop heap memory which caused the
DLL init failure.
(cherry picked from commit e8034dd)

Co-authored-by: Victor Stinner vstinner@python.org

…onGH-150704)

If a subprocess spawned with CREATE_NEW_CONSOLE creation flag fails
with STATUS_DLL_INIT_FAILED return code, skip the test. It's likely a
memory allocation failure in the desktop heap memory which caused the
DLL init failure.
(cherry picked from commit e8034dd)

Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington miss-islington requested a review from gpshead as a code owner June 1, 2026 14:50
@vstinner vstinner enabled auto-merge (squash) June 1, 2026 14:55
@vstinner vstinner merged commit 6b46aac into python:3.15 Jun 4, 2026
96 of 98 checks passed
@miss-islington miss-islington deleted the backport-e8034dd-3.15 branch June 4, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants