[3.6] Remove unconditional error on async/await name usage#33
[3.6] Remove unconditional error on async/await name usage#33
Conversation
|
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 is necessary for legal reasons before we can look at your contribution. Please follow these steps to help rectify the issue:
Thanks again to your contribution and we look forward to looking at it! |
|
LGTM. Love the irony of the bot's message, I think you can still merge (but maybe contact Gideon to see if there's a Dropbox contributor's agreement with the PSF on file). |
|
I'm pretty sure we checked that a while ago (and there was). Maybe someone needs to verify that for my account on bugs.python.org? |
|
OK, I've set that flag for your account. |
|
Thanks! Double checked my email: yes Dropbox signed a CLA, and we should expect this to be covered. |
Use GET_SIZE macros to avoid unecessary second check
Fixes python/mypy#2959.