[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-10-24 Thread STINNER Victor
STINNER Victor added the comment: I will do it differently. Nobody managed to reproduce the bug. The upstream CI looks to be fine. So I close the issue. If someone sees a crash, please open a new issue with more context, like explain how to reproduce it ;-) -- resolution: -> fixed

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-10-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: It seems now bandersnatch is tested with python 3.8.0 stable release and passes : https://travis-ci.org/pypa/bandersnatch/builds/599806554 . @cooperlees, can you please confirm and close the issue? -- __

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-24 Thread Emmanuel Arias
Change by Emmanuel Arias : -- nosy: +eamanu ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-24 Thread Cooper Lees
Cooper Lees added the comment: https://docs.travis-ci.com/user/languages/python/ make no mention of the difference between "3.8-dev" and "nightly". I'd expect it to be latest released 3.8 alpha/beta and Trunk (or possibly trunk on 3.8 branch) respectively. Have reached out via Twitter (unabl

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-24 Thread STINNER Victor
STINNER Victor added the comment: I suggest to wait one or two weeks, and if the bug doesn't reoccur: simply close the issue. -- ___ Python tracker ___ __

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I am not sure about the difference between python 3.8-dev and nightly . The pipelines seem to have same configuration. The version on both pipelines is 3.8.0b4+ and the nightly build passes : https://travis-ci.org/pypa/bandersnatch/jobs/588664064 .

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-24 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-23 Thread STINNER Victor
STINNER Victor added the comment: > Victor, am I correct in thinking that this should be closed as either > intermittent, lacking in sufficient information for us to do anything, or > possibly a 3rd party issue? It can be a Python 3.8 or a bug in third party code. I suggest to attempt to re

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-23 Thread STINNER Victor
STINNER Victor added the comment: The Travis CI job contains the Python traceback where the bug occurs. It seems like the crash occurs at multidict/__init__.py:23 which imports multidict._multidict which is a C extension. > Full failure on Travis CI: > https://travis-ci.org/pypa/bandersnatc

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: Victor, am I correct in thinking that this should be closed as either intermittent, lacking in sufficient information for us to do anything, or possibly a 3rd party issue? -- nosy: +vstinner ___ Python tracker

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-22 Thread Cooper Lees
Cooper Lees added the comment: Happy to close, just was not 100% sure if the fix is merged into the 3.8 branch. I mainly opened this bug to ensure that has been done. -- ___ Python tracker _

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: If you mean that the crash no longer occurs with current 3.8.b4+ in the repository, then you should close as 'out-of-date. -- nosy: +terry.reedy ___ Python tracker

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-14 Thread Cooper Lees
Cooper Lees added the comment: Adding in Nightly Passed: https://travis-ci.org/pypa/bandersnatch/jobs/584977510 Current 3.8 beta still failing: https://travis-ci.org/pypa/bandersnatch/builds/584977503 So please just close if the bug was known etc. and I'll just live with the failing test un

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-14 Thread Cooper Lees
Cooper Lees added the comment: Seems to be with coverage actually. ``` ERROR: InvocationError for command /home/travis/build/pypa/bandersnatch/.tox/py38/bin/coverage run -m pytest (exited with code -11) ``` -- ___ Python tracker

[issue38172] Python 3.8 Segfult with Bandersnatch pytest Suite

2019-09-14 Thread Cooper Lees
New submission from Cooper Lees : 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 sessio