Skip to content

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

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

Linked PRs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixes3.15pre-release feature fixes, bugs and security fixesOS-windowspendingThe issue will be closed if no feedback is providedrelease-blockerstdlibStandard Library Python modules in the Lib/ directorytopic-multiprocessingtype-bugAn unexpected behavior, bug, or error

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions