[issue35978] test_venv fails in Travis with GCC

STINNER Victor report at bugs.python.org
Tue Feb 12 14:54:49 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I can reproduce the crash using the same command than the job.

Simplified commands to reproduce the bug:

./configure && make
./python -m venv venv
./venv/bin/python -m test test_venv -m test.test_venv.BasicTest.test_multiprocessing

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35978>
_______________________________________


More information about the Python-bugs-list mailing list