]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282)
authorKyle Stanley <aeros167@gmail.com>
Thu, 2 Apr 2020 02:46:44 +0000 (22:46 -0400)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 02:46:44 +0000 (04:46 +0200)
commit8ec7cb53f0705509bac20c96d19fdbd9baec0cb2
tree0968598a4bd8fde1ab7da79d3675adcf72c60b0e
parente7c98f08e228e9f6e139d61e3e5d0a5018a38f0b
bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282)

Call explicitly self.loop.shutdown_default_executor().
Lib/test/test_asyncio/test_events.py