[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Irit Katriel
Irit Katriel added the comment: No worries! Thanks for the additional info. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Aritra Sarkar
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 changed it back to crash. A

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Aritra Sarkar
Change by Aritra Sarkar : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Aritra Sarkar
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 test_star

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Irit Katriel
Irit Katriel added the comment: Crash typically refers to a segfault or hang in c code, not an exception. Please don't change the type again. -- type: crash -> behavior ___ Python tracker __

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Aritra Sarkar
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/lib64 \ > --with-ssl-d

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Unfortunately I am unable to reproduce this failure :( -- ___ Python tracker ___ ___ Pytho

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Aritra Sarkar
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 s

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Irit Katriel
Irit Katriel added the comment: Which system are you testing on? -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs-list

[issue45534] Failing test_exceptions and test_threading

2021-10-20 Thread Aritra Sarkar
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 test