Re: [pypy-dev] test__ffi_call_releases_gil test failing in win32

2012-05-28 Thread Amaury Forgeot d'Arc
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

[pypy-dev] test__ffi_call_releases_gil test failing in win32

2012-05-28 Thread 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 annoying "report this error" dialog boxes

Re: [pypy-dev] test_rpoll.py::test_translate with MinGW32

2012-05-28 Thread Matti Picus
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/

Re: [pypy-dev] how to build pypy with psycopg (links / requirements)

2012-05-28 Thread gelin yan
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

[pypy-dev] test_rpoll.py::test_translate with MinGW32

2012-05-28 Thread bookaa
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

Re: [pypy-dev] how to build pypy with psycopg (links / requirements)

2012-05-28 Thread Костя Лопухин
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