Re: [Python-Dev] Recent buildbot reports and asyncio test failures

2019-06-03 Thread Victor Stinner
Hi, Update. I'm collaborating with Pablo to fix these recent regressions. We had to revert 2 changes to fix asyncio and multiprocessing test failures and crashes. New issue: "opcode cache for LOAD_GLOBAL emits false alarm in memory leak hunting" https://bugs.python.org/issue37146 INADA-san

Re: [Python-Dev] Recent buildbot reports and asyncio test failures

2019-06-03 Thread Victor Stinner
Many tests are failing randomly on buildbots. *MANY* failures: "test_asyncio: test_cancel_gather_2() dangling thread" https://bugs.python.org/issue37137 Some failures on specific buildbots. multiprocessing does crash randomly on Windows: https://bugs.python.org/issue37143 and on FreeBSD:

[Python-Dev] Recent buildbot reports and asyncio test failures

2019-06-03 Thread Pablo Galindo Salgado
Hi everyone, Just a heads-up regarding some messages you will see in your pull requests. There is an intermittent failure on some buildbots regarding asyncio: https://buildbot.python.org/all/#/builders/21 As the builds do not fail all the time, the systems understand that if your (merged)