commit: ac669b2b65740dc77b0c763dfec0f8aa8cdbaea1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 3 03:25:47 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 3 03:26:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac669b2b
package.mask: Mask Python bumps due to upgrade problems Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 39befcd8c2c3..5468b110b4c8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,21 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2025-12-03) +# Upstream changed how multiprocessing shares data between processes, +# which means the upgrade randomly breaks some currently running Python +# applications, notably Portage. +~app-doc/python-docs-3.13.10 +~app-doc/python-docs-3.14.1 +~dev-lang/python-3.13.10 +~dev-lang/python-0.3.13.10 +~dev-lang/python-3.14.1 +~dev-lang/python-0.3.14.1 +~dev-python/python-tests-3.13.10 +~dev-python/python-tests-0.3.13.10 +~dev-python/python-tests-3.14.1 +~dev-python/python-tests-0.3.14.1 + # Jaco Kroon <[email protected]> (2025-12-02) # Dead upstream, limited usefulness. If you're still using it please reach out # so we can discuss options. Likely not worth the effort to fix the compiler
