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 sxt1001
Recipients Asheesh.Laroia, serhiy.storchaka, shihai1991, sxt1001, vstinner
Date 2021-10-16.02:31:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634351466.6.0.321138425033.issue45444@roundup.psfhosted.org>
In-reply-to
Content
I use the Linux operating system (openeuler), kernel version 4.19.90, GCC version 7.3.0. I directly run the following statement in the virtual machine:

1、python3 Lib/test/test_concurrent_futures.py

2、python3 -m test test_concurrent_futures

The test cases are all passed, but I can reproduce the problem in other people's container environment. I suspect it is related to the environment configuration, but I don't know what it is related to?

Please refer to the attachment for some log information and python3.spec files used for build.
History
Date User Action Args
2021-10-16 02:31:06sxt1001setrecipients: + sxt1001, vstinner, Asheesh.Laroia, serhiy.storchaka, shihai1991
2021-10-16 02:31:06sxt1001setmessageid: <1634351466.6.0.321138425033.issue45444@roundup.psfhosted.org>
2021-10-16 02:31:06sxt1001linkissue45444 messages
2021-10-16 02:31:06sxt1001create