Skip to content

3.13.7 regression on Windows ModuleNotFoundError: No module named '_posixsubprocess'  #138031

@zanieb

Description

@zanieb

Bug report

Bug description:

The following error occurs on 3.13.7 on Windows but not on 3.13.6

    def spawnv_passfds(path, args, passfds):
>       import _posixsubprocess
E       ModuleNotFoundError: No module named '_posixsubprocess'

See reports at

Unfortunately the reports have not yet included a minimal reproduction. The obvious things to try do not reproduce the problem.

This appears to be a regression from

That change also seems to cause a regression ValueError: Cannot register X for automatic cleanup: unknown resource type Y which is being discussed in

but that seems distinct from this error.

CPython versions tested on:

3.13

Operating systems tested on:

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixes3.15new features, bugs and security fixesOS-windowsstdlibPython modules in the Lib dirtopic-multiprocessingtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions