Andreas Tille pushed to branch master at Debian Med / iva
Commits: 2160b03c by Andreas Tille at 2026-07-09T06:49:06+02:00 Forward patches - - - - - 2 changed files: - debian/patches/fix_python3.14_forkserver.patch - debian/patches/fork-context-workaround.patch Changes: ===================================== debian/patches/fix_python3.14_forkserver.patch ===================================== @@ -1,6 +1,7 @@ Author: Andreas Tille <[email protected]> Last-Update: 2026-07-08 Bug-Debian: https://bugs.debian.org/1141283 +Forwarded: https://github.com/sanger-pathogens/iva/issues/111 Description: Guard against re-execution during multiprocessing forkserver bootstrap Python 3.14 changed the default multiprocessing start method on Linux from "fork" to "forkserver". This patch prevents reimporting and re-executing the ===================================== debian/patches/fork-context-workaround.patch ===================================== @@ -19,6 +19,7 @@ Description: Use the fork multiprocessing context explicitly in Debian carry the fix for cpython#144503. Author: Andreas Tille <[email protected]> Bug: https://github.com/python/cpython/issues/144503 +Forwarded: https://github.com/sanger-pathogens/iva/issues/111 Last-Update: 2026-07-08 --- a/scripts/iva View it on GitLab: https://salsa.debian.org/med-team/iva/-/commit/2160b03c3c92f5e0612bbeacda804597a74cc696 -- View it on GitLab: https://salsa.debian.org/med-team/iva/-/commit/2160b03c3c92f5e0612bbeacda804597a74cc696 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
