on windows own build, tests that call ctypes2lltype with an Unsigned failed last night's build, for instance
http://buildbot.pypy.org/summary/longrepr?testname=test_connect_ex&builder=own-win-x86-32&build=164&mod=rlib.test.test_rsocket
Running this test alone passes.
Two questions
1. Should there be a fastpath like
elif T is lltype.Unsigned:
    llobj = cobj
2. how can ctypes2lltype(Unsigned, 784L) fail?

Note: I have started running two test processes in parallel, which may be creating many more open file handles.

Matti
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to