Package: python-iniparse / 0.5.1-2

Metadata

Package Version Patches format
python-iniparse 0.5.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
py314 avoid multiprocessing forkserver.patch | (download)

tests/test_multiprocessing.py | 14 12 + 2 - 0 !
1 file changed, 12 insertions(+), 2 deletions(-)

 avoid the multiprocessing forkserver method

From Python 3.14 on, the default method of spawning processes on
non-macOS POSIX systems has been changed from fork to forkserver.
Ensure the correct method is used in the test.