
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2018-05-17 20:49 bybrett.cannon, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 6958 | closed | brett.cannon,2018-05-17 21:03 | |
| PR 7328 | merged | brett.cannon,2018-06-01 21:26 | |
| Messages (2) | |||
|---|---|---|---|
| msg316985 -(view) | Author: Brett Cannon (brett.cannon)*![]() | Date: 2018-05-17 20:49 | |
There were not checks in test.libregrtest.save_env to make sure tests were not mucking with the default event loop. The settings to check seem to be:'asyncio.get_event_loop_policy', 'asyncio.get_event_loop','asyncio_get_exception_handler', 'asyncio_get_debug','asyncio_get_child_watcher',I have a PR that I'm working on that checks these things and it looks like the following tests are being a little sloppy:test_asyncgentest_contextlib_asynctest_coroutinestest_sockettest_sys_settraceAnd test_asyncio never seems to complete. | |||
| msg318485 -(view) | Author: Brett Cannon (brett.cannon)*![]() | Date: 2018-06-02 03:34 | |
New changeset8425de4147eb8d83befbb8ea77516fc764bb4309 by Brett Cannon in branch 'master':bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328)https://github.com/python/cpython/commit/8425de4147eb8d83befbb8ea77516fc764bb4309 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:00 | admin | set | github: 77743 |
| 2018-06-02 03:34:28 | brett.cannon | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-06-02 03:34:13 | brett.cannon | set | messages: +msg318485 |
| 2018-06-01 21:26:49 | brett.cannon | set | pull_requests: +pull_request6957 |
| 2018-05-22 20:34:54 | vstinner | set | nosy: +vstinner |
| 2018-05-17 21:03:16 | brett.cannon | set | keywords: +patch stage: patch review pull_requests: +pull_request6617 |
| 2018-05-17 20:49:30 | brett.cannon | create | |