Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/uninstall_module: import signal module
With Python 3.13, the `subprocess` module now uses the `posix_spawn()` function [1], which requires the `signal` module to be imported. Fixes: checkpoint-restore#2607 [1] https://docs.python.org/3/whatsnew/3.13.html#subprocess Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
- Loading branch information