Skip to content

Conversation

kwentine
Copy link
Contributor

No description provided.

@kwentine
Copy link
Contributor Author

First corrects a typo and then tries to phrase parameter type hints consistently in docstrings of SourceLoader methods.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM.

But you have to regenerate importlib genereated files. Use "make regen-importlib" on Linux for example.

@kwentine
Copy link
Contributor Author

Ran ./configure && make regen-importlib (no pretending to understand more than roughly what it does ^^)

@miss-islington
Copy link
Contributor

Thanks @qagren for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @qagren and @vstinner, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker d7c3e5f0e89cb807093e33165815c8bbd3c00f4b 3.7

@miss-islington
Copy link
Contributor

Sorry, @qagren and @vstinner, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker d7c3e5f0e89cb807093e33165815c8bbd3c00f4b 3.6

@vstinner
Copy link
Member

I attempted to automatically backport this change to 3.6 and 3.7 but there are conflict. I don't think that it's worth it to backport it manually, so I close the PR. Thanks @qagren for your fix!

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