FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.8] bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) by miss-islington · Pull Request #19011 · python/cpython · GitHub

/ cpython Public

[3.8] bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) - #19011

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-9023581-3.8
Mar 15, 2020
Merged

Conversation

miss-islington commented Mar 15, 2020
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

(cherry picked from commit 9023581)

Co-authored-by: Pablo Galindo Pablogsal@gmail.com

https://bugs.python.org/issue39965

… functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (pythonGH-19010)

(cherry picked from commit 9023581)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

Copy link
Copy Markdown
Contributor Author

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

miss-islington merged commit f7e32fc into python:3.8 Mar 15, 2020
miss-islington deleted the backport-9023581-3.8 branch March 15, 2020 04:46

Copy link
Copy Markdown
Contributor Author

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

1 similar comment

Copy link
Copy Markdown
Contributor Author

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL