2012/5/28 Matti Picus
> I need some hints how to debug a crash in pypy when running this test
> test__ffi_call_releases_gil,in pypy.module.pypyjit.test_pypy_**
> c.test__ffi.
> I fixed the failing test so it can find the Sleep function (in win32) but
> then pypy crashes, with one of those annoyin
I need some hints how to debug a crash in pypy when running this test
test__ffi_call_releases_gil,in pypy.module.pypyjit.test_pypy_c.test__ffi.
I fixed the failing test so it can find the Sleep function (in win32)
but then pypy crashes, with one of those annoying "report this error"
dialog boxes
On 28/05/2012 6:04 PM, bookaa wrote:
with
set cc=mingw32-gcc
this test fail:
pytest.py pypy/rlib/test/test_rpoll.py::test_translate
this is how to patch:
diff -crN pypy-pypy-4a38b43757e3/pypy/rlib/_rsocket_rffi.py
pypy-pypy-4a38b43757e3.bookaa/pypyhttp://mail.python.org/mailman/listinfo/
On Mon, May 28, 2012 at 11:03 PM, Костя Лопухин wrote:
> If there is no such document, I am willing to try to make psycopg work
> with pypy, if it is a suitable work for pypy newbie, and if someone
> can give me some hints. Is it reasonable to start with building pypy
> with psycopg support from h
with
set cc=mingw32-gcc
this test fail:
pytest.py pypy/rlib/test/test_rpoll.py::test_translate
this is how to patch:
diff -crN pypy-pypy-4a38b43757e3/pypy/rlib/_rsocket_rffi.py
pypy-pypy-4a38b43757e3.bookaa/pypy/rlib/_rsocket_rffi.py
*** pypy-pypy-4a38b43757e3/pypy/rlib/_rsocket_rffi.py Tu
If there is no such document, I am willing to try to make psycopg work
with pypy, if it is a suitable work for pypy newbie, and if someone
can give me some hints. Is it reasonable to start with building pypy
with psycopg support from here
https://bitbucket.org/alex_gaynor/pypy-postgresql and then t