Skip to content

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

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-e8034dd-3.15
Open

[3.15] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (GH-150704)#150713
miss-islington wants to merge 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 e8034dd841808416e243a4b2f8e08f0edf9caff3)

Co-authored-by: Victor Stinner <vstinner@python.org>
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