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

inspect.isawaitable(native_coro) returns int #72825

Closed
JustinMayfield mannequin opened this issue Nov 8, 2016 · 4 comments
Closed

inspect.isawaitable(native_coro) returns int #72825

JustinMayfield mannequin opened this issue Nov 8, 2016 · 4 comments
Assignees
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@JustinMayfield
Copy link
Mannequin

JustinMayfield mannequin commented Nov 8, 2016

BPO 28639
Nosy @1st1

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/1st1'
closed_at = <Date 2016-11-09.01:00:43.983>
created_at = <Date 2016-11-08.05:20:16.042>
labels = ['3.7', 'type-bug', 'library']
title = 'inspect.isawaitable(native_coro) returns int'
updated_at = <Date 2016-11-09.01:00:43.981>
user = 'https://bugs.python.org/JustinMayfield'

bugs.python.org fields:

activity = <Date 2016-11-09.01:00:43.981>
actor = 'yselivanov'
assignee = 'yselivanov'
closed = True
closed_date = <Date 2016-11-09.01:00:43.983>
closer = 'yselivanov'
components = ['Library (Lib)']
creation = <Date 2016-11-08.05:20:16.042>
creator = 'Justin Mayfield'
dependencies = []
files = []
hgrepos = []
issue_num = 28639
keywords = []
message_count = 4.0
messages = ['280280', '280281', '280367', '280368']
nosy_count = 3.0
nosy_names = ['python-dev', 'yselivanov', 'Justin Mayfield']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue28639'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

@JustinMayfield
Copy link
Mannequin Author

JustinMayfield mannequin commented Nov 8, 2016

Patch available on my github fork..

mayfield@8d50cc6

@JustinMayfield JustinMayfield mannequin added topic-asyncio 3.7 (EOL) end of life type-bug An unexpected behavior, bug, or error labels Nov 8, 2016
@1st1
Copy link
Member

1st1 commented Nov 8, 2016

Thank you! Will merge it tomorrow.

@1st1 1st1 added stdlib Python modules in the Lib dir and removed topic-asyncio labels Nov 8, 2016
@1st1 1st1 self-assigned this Nov 8, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Nov 9, 2016

New changeset bb6ad816a43c by Yury Selivanov in branch '3.5':
Issue bpo-28639: Fix inspect.isawaitable to always return bool
https://hg.python.org/cpython/rev/bb6ad816a43c

New changeset 6540adb8722a by Yury Selivanov in branch '3.6':
Merge 3.5 (issue bpo-28639)
https://hg.python.org/cpython/rev/6540adb8722a

New changeset 8e3d359cc73b by Yury Selivanov in branch 'default':
Merge 3.6 (issue bpo-28639)
https://hg.python.org/cpython/rev/8e3d359cc73b

@1st1
Copy link
Member

1st1 commented Nov 9, 2016

Merged! Thank you, Justin.

@1st1 1st1 closed this as completed Nov 9, 2016
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant