[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-09-05 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset a708ae7470cf0abc58a62853c25d9bbc977f8cd1 by Miss Islington (bot) in branch '3.9': bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) (GH-22109)

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-09-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +21193 pull_request: https://github.com/python/cpython/pull/22109 ___ Python tracker ___

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread miss-islington
miss-islington added the comment: New changeset b71ff9a5b6e60ee1209a04d2e0e58d9a2e341db3 by Miss Islington (bot) in branch '3.8': bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363)

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +20510 pull_request: https://github.com/python/cpython/pull/21365 ___ Python tracker ___

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +20511 pull_request: https://github.com/python/cpython/pull/21366 ___ Python tracker ___

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset c2c1f1f906cdeb40576880d4b6a4f8fcbc016eb8 by Pablo Galindo in branch 'master': bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363)

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 6488a4a3c9790040059fc5d293e518f193daac8d by Pablo Galindo in branch '3.9': [3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362) https://github.com/python/cpython/commit/6488a4a3c9790040059fc5d293e518f193daac8d

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread miss-islington
miss-islington added the comment: New changeset 41db8ffc59566b8552f9cce4452ee8afad00aa63 by Miss Islington (bot) in branch '3.8': bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) https://github.com/python/cpython/commit/41db8ffc59566b8552f9cce4452ee8afad00aa63 --

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +20508 pull_request: https://github.com/python/cpython/pull/21363 ___ Python tracker ___

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +pablogsal nosy_count: 3.0 -> 4.0 pull_requests: +20507 pull_request: https://github.com/python/cpython/pull/21362 ___ Python tracker

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset bd46174a5a09a54e5ae1077909f923f56a7cf710 by Matthias Bussonnier in branch 'master': bpo-41218: Only mark async code with CO_COROUTINE. (#21357) https://github.com/python/cpython/commit/bd46174a5a09a54e5ae1077909f923f56a7cf710 --

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +20506 pull_request: https://github.com/python/cpython/pull/21361 ___ Python tracker

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +lukasz.langa priority: normal -> release blocker ___ Python tracker ___ ___

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- keywords: +patch pull_requests: +20503 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21357 ___ Python tracker

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Matthias Bussonnier
Matthias Bussonnier added the comment: https://bugs.python.org/issue39562 seem to have triggered that. -- ___ Python tracker ___

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Matthias Bussonnier
Matthias Bussonnier added the comment: (crossref https://github.com/ipython/ipython/issues/12422) -- ___ Python tracker ___ ___

[issue41218] PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUTINE falg.

2020-07-06 Thread Matthias Bussonnier
New submission from Matthias Bussonnier : As far as I can tell sometime in 3.8.x (likely 3.8.3) the following snippet changed result: import ast import inspect cell = '[x for x in l]' code = compile(cell, "<>", "exec", flags=getattr(ast,'PyCF_ALLOW_TOP_LEVEL_AWAIT', 0x0))