[issue5400] patches for multiprocessing module on NetBSD
Piotr Meyer
report at bugs.python.org
Sun Mar 1 23:07:20 CET 2009
New submission from Piotr Meyer <aniou at smutek.pl>:
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.
----------
components: Build
files: py-netbsd-multiprocessing.diff
keywords: patch
messages: 82991
nosy: aniou
severity: normal
status: open
title: patches for multiprocessing module on NetBSD
type: compile error
versions: Python 3.0
Added file: http://bugs.python.org/file13224/py-netbsd-multiprocessing.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5400>
_______________________________________
More information about the Python-bugs-list
mailing list