[issue36989] test_thread fails because symbol is (no longer) exported

2020-03-26 Thread STINNER Victor
STINNER Victor added the comment: > Fatal Python error: Py_EndInterpreter: not the last thread That's the bug bpo-36402 which I fixed with commit 468e5fec8a2f534f1685d59da3ca4fad425c38dd in master. -- nosy: +vstinner resolution: -> duplicate stage: -> resolved status: open ->

[issue36989] test_thread fails because symbol is (no longer) exported

2019-05-21 Thread Michael Felt
New submission from Michael Felt : On AIX, with commit 4fb15021890d327023aefd95f5a84ac33b037d19 (HEAD -> master, origin/master, origin/HEAD) test_thread is failing. The three sub_tests that exit as ERROR are: ERROR: test_threads_join_2 (test.test_threading.SubinterpThreadingTests) ERROR: