[pypy-issue] [issue773] pyre2 fails import

Amaury Forgeot d Arc tracker at bugs.pypy.org
Thu Jun 30 14:29:57 CEST 2011


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

_re.cc is a C++ file, the init_re2 function is probably exported as a C++ symbol.
Can you try to add this line at the beginning of _re2.cc? 
   extern "C" void init_re2(void);
Then we'll have to find how CPython deals with this.

----------
nosy: +afa
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue773>
________________________________________


More information about the pypy-issue mailing list