[pypy-dev] [pypy-commit] pypy py3k: save the source of applevel direct tests in a temporary file: this way, we get nicer tracebacks

Antonio Cuni anto.cuni at gmail.com
Wed Mar 14 11:29:45 CET 2012


On 03/07/2012 08:12 PM, Maciej Fijalkowski wrote:
> Can we have this on default as well please?

no, because it's something py3k specific: on default, applevel tests with -A
are run directly on the hosting python, while on py3k they are run in a
separate python3 process. Before this checkin, the code was passed using -c,
while now it's written in a tmp file.

ciao,
Anto


More information about the pypy-dev mailing list