Skip to content

bpo-33061: Add missing 'NoReturn' to __all__ in typing.py#6127

Merged
ilevkivskyi merged 4 commits into
python:masterfrom
aetracht:fix-issue-33061
Mar 19, 2018
Merged

bpo-33061: Add missing 'NoReturn' to __all__ in typing.py#6127
ilevkivskyi merged 4 commits into
python:masterfrom
aetracht:fix-issue-33061

Conversation

@aetracht

@aetracht aetracht commented Mar 16, 2018

Copy link
Copy Markdown
Contributor

@the-knights-who-say-ni

Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@ilevkivskyi ilevkivskyi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Just one small comment.

@@ -0,0 +1 @@
Add missing 'NoReturn' to __all__ in typing.py

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think both NoReturn and __all__ should be in double backticks, like this ``__all__``.

@aetracht

Copy link
Copy Markdown
Contributor Author

I'm not sure why my CLA isn't found. Here's a copy:

Python Contributor Agreement Form - signed.pdf

@ilevkivskyi ilevkivskyi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you added your GitHub account name in your account on bugs.python.org?

@@ -0,0 +1 @@
Add missing ``'NoReturn'`` to ``__all__`` in typing.py

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The inner single quotes '...' around NoReturn are not needed and can be removed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@aetracht

Copy link
Copy Markdown
Contributor Author

Yes, https://bugs.python.org/user28094 shows my GitHub username as aetracht. I'll try changing the email there to my work email (matching my primary GitHub email) and see if that helps.

@ilevkivskyi

Copy link
Copy Markdown
Member

It looks like your form was not yet processed, it doesn't appear on your b.p.o. page. I will merge this now, since it is a minor contribution and I have seen your signed form. Could you please also make a similar PR to the typing repo that contains the backports to older Python 3 versions and to Python 2?

@ilevkivskyi ilevkivskyi merged commit 4573820 into python:master Mar 19, 2018
ilevkivskyi pushed a commit to ilevkivskyi/cpython that referenced this pull request Mar 20, 2018
jo2y pushed a commit to jo2y/cpython that referenced this pull request Mar 23, 2018
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