Issue 5400: patches for multiprocessing module on NetBSD (original) (raw)

Issue5400

Created on 2009-03-01 22:07 by aniou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py-netbsd-multiprocessing.diff aniou,2009-03-01 22:07
Messages (2)
msg82991 - (view) Author: Piotr Meyer (aniou) Date: 2009-03-01 22:07
Multiprocessing module needs some patches to succesfully builing and running on NetBSD. I made this patch and test on NetBSD 5rc2 (upcoming release). 1. we need working socket module (Modules/socketmodule.c) 2. mremap under NetBSD has different semantics: (Modules/mmapmodule.c) 3. finally, we need settings for netbsd in setup.py: (setup.py) After patching and building: netbsd5# ./python -bb -E Lib/test/regrtest.py test_multiprocessing test_multiprocessing 1 test OK.
msg84849 - (view) Author: Jesse Noller (jnoller) * (Python committer) Date: 2009-03-31 18:13
Applied in r70849 python-trunk, merging to py3k and 26maint
History
Date User Action Args
2022-04-11 14:56:46 admin set github: 49650
2009-03-31 18:13:42 jnoller set status: open -> closedresolution: fixedmessages: +
2009-03-29 15:45:10 jnoller set priority: normal
2009-03-06 21:44:12 ajaksu2 set assignee: jnollerstage: test needed
2009-03-02 02:01:53 pitrou set nosy: + jnoller
2009-03-01 22:07:18 aniou create