Skip to content

[3.8] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)#21361

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-bd46174-3.8
Jul 6, 2020
Merged

[3.8] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)#21361
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-bd46174-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 6, 2020

Copy link
Copy Markdown
Contributor

3.8.3 had a regression where compiling with
ast.PyCF_ALLOW_TOP_LEVEL_AWAIT woudl agressively mark things are
coroutine even if there were not.
(cherry picked from commit bd46174)

Co-authored-by: Matthias Bussonnier bussonniermatthias@gmail.com

https://bugs.python.org/issue41218

3.8.3 had a regression where compiling with
ast.PyCF_ALLOW_TOP_LEVEL_AWAIT woudl agressively mark things are
coroutine even if there were not.
(cherry picked from commit bd46174)

Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@Carreau and @ambv: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 41db8ff into python:3.8 Jul 6, 2020
@miss-islington
miss-islington deleted the backport-bd46174-3.8 branch July 6, 2020 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants