-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Open
Open
Copy link
Labels
3.13bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesOS-windowsstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-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
ModuleNotFoundError: No module named '_posixsubprocess'
in resource tracker on Windows Python 3.13.7 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
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesOS-windowsstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-multiprocessingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error