[pypy-dev] Properties under RPython

Antonio Cuni anto.cuni at gmail.com
Fri May 20 09:10:38 CEST 2011


On 20/05/11 01:59, Benjamin Peterson wrote:
>> I thought from reading pypy tests and some mentions in IRC logs that they
> 
> Tests are not RPython.

well, not all of them. But e.g., the tests in pypy/rpython/test do contain
rpython code.

As a general rule, to check if something is supported by rpython, you should
check that directory, and in particular the code *inside* the functions being
passed to self.interpret.

ciao,
Anto


More information about the pypy-dev mailing list