Skip to content

[3.14] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704)#150715

Merged
vstinner merged 1 commit into
python:3.14from
vstinner:desktop_heap_memory14
Jun 1, 2026
Merged

[3.14] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704)#150715
vstinner merged 1 commit into
python:3.14from
vstinner:desktop_heap_memory14

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner 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)

…on#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)
@vstinner vstinner requested a review from gpshead as a code owner June 1, 2026 14:57
@vstinner vstinner added the needs backport to 3.13 bugs and security fixes label Jun 1, 2026
@vstinner vstinner enabled auto-merge (squash) June 1, 2026 14:57
@vstinner vstinner merged commit d5b07a9 into python:3.14 Jun 1, 2026
52 checks passed
@vstinner vstinner deleted the desktop_heap_memory14 branch June 1, 2026 15:23
@miss-islington-app
Copy link
Copy Markdown

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app
Copy link
Copy Markdown

Sorry, @vstinner, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker d5b07a90943ab04961f6ae581648675c0b998025 3.13

@vstinner vstinner removed the needs backport to 3.13 bugs and security fixes label Jun 1, 2026
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.

1 participant