Piotr Meyer <[EMAIL PROTECTED]> added the comment:
I confirm build failure on NetBSD 4.0.1 (latest stable) - but
NetBSD-current is - probably - also affected:
*** WARNING: renaming "_multiprocessing" since importing it failed:
build/lib.netbsd-4.0.1-i386-2.6/_multiprocessing.s
New submission from Piotr Meyer :
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
Changes by Piotr Meyer :
--
nosy: +aniou
___
Python tracker
<http://bugs.python.org/issue5510>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Piotr Meyer added the comment:
On Sun, Aug 01, 2010 at 12:27:50AM +, Ãric Araujo wrote:
>
> Ãric Araujo added the comment:
>
> Does the bug still exist in 3.2 (branch named py3k in subversion)? Do
> the patch still apply? (The workflow is to patch the version in
> de