[issue44469] Fix tests for "async with"

2021-06-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue44469] Fix tests for "async with"

2021-06-21 Thread miss-islington
miss-islington added the comment: New changeset 553e10498ac2020e9abdb5302c91bfb235925cef by Miss Islington (bot) in branch '3.10': bpo-44469: Fix tests for "async with" with bad object (GH-26817) https://github.com/python/cpython/commit/553e10498ac2020e9abdb5302c91bfb235925cef -- _

[issue44469] Fix tests for "async with"

2021-06-21 Thread miss-islington
miss-islington added the comment: New changeset 175e264d363164c905b08688bbda751c9ff26342 by Miss Islington (bot) in branch '3.9': bpo-44469: Fix tests for "async with" with bad object (GH-26817) https://github.com/python/cpython/commit/175e264d363164c905b08688bbda751c9ff26342 -- __

[issue44469] Fix tests for "async with"

2021-06-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +25399 pull_request: https://github.com/python/cpython/pull/26818 ___ Python tracker _

[issue44469] Fix tests for "async with"

2021-06-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +25400 pull_request: https://github.com/python/cpython/pull/26819 ___ Python tracker ___ __

[issue44469] Fix tests for "async with"

2021-06-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5d2b3a0d688cf8a33db3d266c9e7049c13766a4c by Serhiy Storchaka in branch 'main': bpo-44469: Fix tests for "async with" with bad object (GH-26817) https://github.com/python/cpython/commit/5d2b3a0d688cf8a33db3d266c9e7049c13766a4c -- ___

[issue44469] Fix tests for "async with"

2021-06-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +25398 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26817 ___ Python tracker ___

[issue44469] Fix tests for "async with"

2021-06-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : In Lib/test/test_coroutines.py some tests test that the body of the "asyn with" statement with bad context manager was not executed by setting a value of a variable in the body and checking its value after executing. body_executed = False