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 vstinner
Recipients asvetlov, pablogsal, vstinner, yselivanov
Date 2020-08-11.15:04:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597158271.65.0.746530541156.issue38912@roundup.psfhosted.org>
In-reply-to
Content
On the AArch64 RHEL8 buildbot, I managed to reproduce a ENV_CHANGED issue with only these two test_asyncio tests:

test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed
test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified

I'm running a bisect for like 2 hours... The bug is really hard to trigger :-(
History
Date User Action Args
2020-08-11 15:04:31vstinnersetrecipients: + vstinner, asvetlov, yselivanov, pablogsal
2020-08-11 15:04:31vstinnersetmessageid: <1597158271.65.0.746530541156.issue38912@roundup.psfhosted.org>
2020-08-11 15:04:31vstinnerlinkissue38912 messages
2020-08-11 15:04:31vstinnercreate