Skip to content

[3.13] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704)#150721

Merged
vstinner merged 1 commit into
python:3.13from
vstinner:desktop_heap_memory13
Jun 1, 2026
Merged

[3.13] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704)#150721
vstinner merged 1 commit into
python:3.13from
vstinner:desktop_heap_memory13

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 merged commit ff9c8de into python:3.13 Jun 1, 2026
42 checks passed
@vstinner vstinner deleted the desktop_heap_memory13 branch June 1, 2026 15:44
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