[pypy-svn] pypy default: cpyext does not work on Mac OS X. Document it as such and do the

arigo commits-noreply at bitbucket.org
Tue Dec 21 17:35:57 CET 2010


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r40169:9dc9d95b8be0
Date: 2010-12-21 17:35 +0100
http://bitbucket.org/pypy/pypy/changeset/9dc9d95b8be0/

Log:	cpyext does not work on Mac OS X. Document it as such and do the
	release anyway.

diff --git a/pypy/doc/release-1.4.1.txt b/pypy/doc/release-1.4.1.txt
--- a/pypy/doc/release-1.4.1.txt
+++ b/pypy/doc/release-1.4.1.txt
@@ -63,8 +63,8 @@
   it does on CPython --- if you have a clue what it does there
   ``:-)`` )
 
-* Fix cpyext on Mac OS X.  (Loading C extension modules in PyPy
-  is still considered *alpha stage!*)
+* cpyext on Mac OS X: it still does not seem to work.  I get
+  systematically a segfault in dlopen().  Contributions welcome.
 
 * Fix two corner cases in the GC (one in minimark, one in
   asmgcc+JIT).  This notably prevented "pypy translate.py -Ojit"


More information about the Pypy-commit mailing list