[pypy-dev] pypy about c-extension

2013-11-03 Thread KaShining
I use this method to enhance protobuf http://yz.mit.edu/wp/fast-native-c-protocol-buffers-from-python/ but after i gen the podpbpypy.so then import podpbpypy: Traceback (most recent call last): File "app_main.py", line 72, in run_toplevel File "t2.py", line 4, in import podpbpypy Impor

Re: [pypy-dev] Using PyPy's GC

2013-11-03 Thread Maciej Fijalkowski
On Mon, Nov 4, 2013 at 1:07 AM, Ryan Gonzalez wrote: > If I'm implementing my own language in RPython, can I use the same garbage > collector that PyPy uses? Or do I have to write my own? > > -- > Ryan > > ___ > pypy-dev mailing list > pypy-dev@python.or

[pypy-dev] Using PyPy's GC

2013-11-03 Thread Ryan Gonzalez
If I'm implementing my own language in RPython, can I use the same garbage collector that PyPy uses? Or do I have to write my own? -- Ryan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev