[issue32676] test_asyncio emits many warnings when run in debug mode

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2c8d665ba843fe875a4b8f0ae7c7e9099a06f0dc by Victor Stinner in branch '3.6': [3.6] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) (GH-7483)

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-06-07 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +7108 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3c417610ad318afecf471d59c53e5ae592740791 by Victor Stinner in branch '3.7': [3.7] bpo-33789: Backport test_asyncio fixes from master (GH-7478) https://github.com/python/cpython/commit/3c417610ad318afecf471d59c53e5ae592740791 --

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-06-07 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-06-07 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +7102 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-06-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9f04f0df6fdb27190690bda949d213893d14e807 by Victor Stinner in branch 'master': bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) https://github.com/python/cpython/commit/9f04f0df6fdb27190690bda949d213893d14e807

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-06-06 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +7085 stage: -> patch review ___ Python tracker ___ ___

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-05-29 Thread Yury Selivanov
Yury Selivanov added the comment: I'll look into this. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-05-29 Thread STINNER Victor
STINNER Victor added the comment: Any progress on this issue? "python3.8 -X dev -m test_asyncio" logs dozens of warnings, so it's hard to spot regressions. -- ___ Python tracker

[issue32676] test_asyncio emits many warnings when run in debug mode

2018-01-26 Thread STINNER Victor
New submission from STINNER Victor : vstinner@apu$ ./python -u -X dev -m test -v test_asyncio 2>&1|tee log Tests which emit warnings: test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSendfileTests) ...