[pypy-issue] [issue773] pyre2 fails import

Federico Scrinzi tracker at bugs.pypy.org
Thu Jun 30 14:50:19 CEST 2011


Federico Scrinzi <fox91 at anche.no> added the comment:

now it works! I get only one warning:
>>>> import re2
re2.py:33: RuntimeWarning: PyImport_ImportModuleNoBlock() is not non-blocking
  import _re2

Unfortunately the wrapper i used was the cython one, i realized now that this
one misses some features (like for example regexp flags) :(

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


More information about the pypy-issue mailing list