New submission from Cooper Lees <m...@cooperlees.com>:
Haven't done research but bandersnatch's (https://github.com/pypa/bandersnatch) Unit tests pass in 3.7 and cause Python to Segmentation Fault in Python 3.8.0b4+. ``` py38 run-test: commands[0] | coverage run -m pytest ============================= test session starts ============================== platform linux -- Python 3.8.0b4+, pytest-5.1.2, py-1.8.0, pluggy-0.13.0 cachedir: .tox/py38/.pytest_cache rootdir: /home/travis/build/pypa/bandersnatch, inifile: pytest.ini plugins: timeout-1.3.3 Fatal Python error: Segmentation fault ``` Full failure on Travis CI: https://travis-ci.org/pypa/bandersnatch/jobs/584973434 ---------- messages: 352432 nosy: cooperlees priority: normal severity: normal status: open title: Python 3.8 Segfult with Bandersnatch pytest Suite type: crash versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38172> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com