New submission from Aritra Sarkar :
While running `make test` on Python 3.11.0a1, I get this:
== Tests result: FAILURE ==
411 tests OK.
2 tests failed:
test_exceptions test_threading
14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev
Aritra Sarkar added the comment:
Linux on x86_64 hardware:
probook $ uname -a
Linux probook 5.14.12-arch1-1 #1 SMP PREEMPT Wed, 13 Oct 2021 16:58:16 +
x86_64 GNU/Linux
GCC version:
probook $ gcc --version
gcc (GCC) 11.1.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free
Aritra Sarkar added the comment:
I should've given the configuration options I've used as well. They are
as follows:
probook $ ./configure --prefix=/opt/python \
> --with-openssl=/opt/openssl \
> --with-openssl-rpath=/opt/openssl/lib \
> --with-openssl-rpath=/opt/openssl/l
Aritra Sarkar added the comment:
Test results from another machine, running an Intel Pentium Dual Core:
== Tests result: FAILURE ==
412 tests OK.
1 test failed:
test_exceptions
14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev
Change by Aritra Sarkar :
--
type: crash -> behavior
___
Python tracker
<https://bugs.python.org/issue45534>
___
___
Python-bugs-list mailing list
Unsubscrib
Aritra Sarkar added the comment:
> Crash typically refers to a segfault or hang in c code, not an exception.
> Please don't change the type again.
I hadn't noticed that it was changed and I didn't refresh the page.
Hence everytime I sent a message, it automatically cha