Skip to content
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

bpo-31245: asyncio: Fix typo, isistance => isinstance #4594

Merged
merged 1 commit into from
Nov 27, 2017
Merged

bpo-31245: asyncio: Fix typo, isistance => isinstance #4594

merged 1 commit into from
Nov 27, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 27, 2017

@vstinner
Copy link
Member Author

Typo spotted while using pyflakes on the stdlib.

@vstinner
Copy link
Member Author

cc @ovv

@1st1
Copy link
Member

1st1 commented Nov 27, 2017

Ideally need a regression test to trigger a NameError in current master branch.

@vstinner vstinner merged commit 28e6165 into python:master Nov 27, 2017
@vstinner vstinner deleted the asyncio_typo branch November 27, 2017 23:34
@vstinner
Copy link
Member Author

Ideally need a regression test to trigger a NameError in current master branch.

Sorry, I'm too lazy to do that. I only wanted to fix an obvious typo fixed in a recent commit ;-)

@ovv
Copy link
Contributor

ovv commented Nov 28, 2017

My bad, I should have catch that. Thanks @vstinner

@vstinner
Copy link
Member Author

My bad, I should have catch that. Thanks @vstinner

No problem. If you want, you may write an unit test which tests also this code path. Since the bug was not catched by the tests, it seems like we miss some tests. Sorry, I didn't look at https://bugs.python.org/issue31245

ovv pushed a commit to Eyepea/cpython that referenced this pull request Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants