This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cooperlees
Recipients cooperlees
Date 2019-09-14.14:47:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568472460.87.0.817204992487.issue38172@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-09-14 14:47:40cooperleessetrecipients: + cooperlees
2019-09-14 14:47:40cooperleessetmessageid: <1568472460.87.0.817204992487.issue38172@roundup.psfhosted.org>
2019-09-14 14:47:40cooperleeslinkissue38172 messages
2019-09-14 14:47:40cooperleescreate