-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
3.13.7 regression on Windows ModuleNotFoundError: No module named '_posixsubprocess' #138031
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
3.13bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesOS-windowspendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedrelease-blockerstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-multiprocessingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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
- Issues in resource tracker for Python 3.13.7:
ModuleNotFoundError: No module named '_posixsubprocess'on Windows and warningsCannot register X for automatic cleanup: unknown resource type Yon posix joblib/loky#459 - Windows 3.13.7 build regression
ModuleNotFoundError: No module named '_posixsubprocess'astral-sh/python-build-standalone#774
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesOS-windowspendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedrelease-blockerstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-multiprocessingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done