10000 [3.8] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) by miss-islington · Pull Request #21361 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2020

Conversation

miss-islington
Copy link
Contributor
@miss-islington miss-islington commented Jul 6, 2020

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
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
0