bpo-33649: Fix syntax error on factorial example for asyncio by magmax · Pull Request #9387 · python/cpython
1st1
changed the title
Fix syntax error on factorial example for asyncio
bpo-33649: Fix syntax error on factorial example for asyncio
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Sep 18, 2018The `gather` method requires to close the parenthesis, but it is being closed twice. (cherry picked from commit 9c53fa6) Co-authored-by: Miguel Ángel García <magmax@users.noreply.github.com>
1st1 pushed a commit that referenced this pull request
Sep 18, 2018The `gather` method requires to close the parenthesis, but it is being closed twice. (cherry picked from commit 9c53fa6) Co-authored-by: Miguel Ángel García <magmax@users.noreply.github.com>
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