On Sat, Mar 28, 2015 at 11:50 PM, Victor Stinner <victor.stin...@gmail.com> wrote: > Good, you are able to reproduce it. The next step is to identify the > sequence of test to reproduce it. How do you run the test suite? Are you > using -j1?
I just ran 'make test'. Early in the output are these lines: ./python ./Tools/scripts/run_tests.py /root/build/python -W default -bb -E -R -W error::BytesWarning -m test -r -w -j 0 -u all,-largefile,-audio,-gui (The build was done in /root/build, fwiw) So it seems to be -j0. ChrisA _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com