Re: [pypy-dev] cffi dlopen

2015-09-14 Thread Maciej Fijalkowski
ffi.dlopen does not require a C compiler, ffi.verify does (which we strongly encourage to use). Note that since cffi 1.0 you only require C compiler to create extensions, you can distribute them without a compiler. See documentation for details On Tue, Sep 15, 2015 at 5:39 AM, Roshan Cherian wrot

[pypy-dev] cffi dlopen

2015-09-14 Thread Roshan Cherian
Hi Team, I am not sure if I should be asking the question here, however hoping someone could help. we use ffi.cdef for definitions and ffi.dlopen to open shared library. To my understanding ffi.dlopen only works in the presence of a c compiler to dynamically link the shared lib. We have a linux b

Re: [pypy-dev] pypy on ppc

2015-09-14 Thread Armin Rigo
Hi Victor, On Mon, Sep 14, 2015 at 3:28 PM, Maciej Fijalkowski wrote: > PPC64 backend is probably expected to be finished some time this year. > this is an open source software that's distributed for free so we > obviously don't make any actual promises. > > The current PPC backend on a branch wi

Re: [pypy-dev] pypy on ppc

2015-09-14 Thread Maciej Fijalkowski
Hi Victor. PPC64 backend is probably expected to be finished some time this year. this is an open source software that's distributed for free so we obviously don't make any actual promises. The current PPC backend on a branch will netiher build nor work even if build was fixed, it really requires

[pypy-dev] pypy on ppc

2015-09-14 Thread Victor Taylor via pypy-dev
Hi, I was looking to run pypy on a PPC64 machine but realized from the install page that pypy support on PPC is stalled. Looking at the sources I found that there is a branch for PPC and that there have been some recent commits on that branch. I would like to know the approximate timeframe when

[pypy-dev] pypy on ppc

2015-09-14 Thread Victor Taylor via pypy-dev
Hi, I was looking to run pypy on a PPC64 machine but realized from the install page that pypy support on PPC is stalled. Looking at the sources I found that there is a branch for PPC and that there have been some recent commits on that branch. I would like to know the approximate timeframe when

Re: [pypy-dev] pypy 2.6 memory leak bug!! very importent

2015-09-14 Thread Amaury Forgeot d'Arc
Hi, 2015-09-14 8:59 GMT+02:00 于大伟 : > hi, > i use pypy 2.6 with BeautifulSoup module and pymongo. i make a spider > with the pypy. > when i run pypy ,i found a problem ,the pypy use memory higher then 6GB > when i run pypy at once , the pypy use only 240mb memory! > the screenshot in the at

Re: [pypy-dev] pypy segment fault bug

2015-09-14 Thread Amaury Forgeot d'Arc
Hi, Please be more specific and indicate what kind of program you were running: which extensions modules were used, and which function was called. For the redis module: which error did you get? 2015-09-14 8:52 GMT+02:00 于大伟 : > hi manager: > i use pypy do something. i found a bug when i

[pypy-dev] pypy segment fault bug

2015-09-14 Thread 于大伟
hi manager: i use pypy do something. i found a bug when i run my code! Fatal error in cpyext, CPython compatibility layer, calling PyTuple_New Either report a bug or consider not using this particular extension RPython traceback: File "pypy_module_pypyjit_interp_jit.c", line 340, in port