Issue5400
Created on 2009-03-01 22:07 by aniou, last changed 2009-03-31 18:13 by jnoller.
|
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) |
Date: 2009-03-31 18:13 |
|
Applied in r70849 python-trunk, merging to py3k and 26maint
|
|
| Date |
User |
Action |
Args |
| 2009-03-31 18:13:42 | jnoller | set | status: open -> closed resolution: fixed messages:
+ msg84849
|
| 2009-03-29 15:45:10 | jnoller | set | priority: normal |
| 2009-03-06 21:44:12 | ajaksu2 | set | assignee: jnoller stage: test needed |
| 2009-03-02 02:01:53 | pitrou | set | nosy:
+ jnoller |
| 2009-03-01 22:07:18 | aniou | create | |
|