bpo-35843: Implement __getitem__ for _NamespacePath by asottile · Pull Request #11690 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:masterfrom
Mar 8, 2019Merged
bpo-35843: Implement __getitem__ for _NamespacePath#11690
miss-islington merged 1 commit intopython:masterfrom
bpo-35843: Implement __getitem__ for _NamespacePath#11690
miss-islington merged 1 commit intopython:masterfrom
Conversation
Copy link Copy Markdown
Contributor
No description provided.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
eamanu approved these changes Jan 29, 2019
Copy link Copy Markdown
Contributor
eamanu
left a comment
eamanu
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I re run the sample used on bpo https://bugs.python.org/issue35843 and have the expected behavior.
bedevere-bot
added
awaiting core review
and removed
awaiting review
labels
brettcannon
self-requested a review
Lib/importlib/_bootstrap_external.py Outdated
asottile
force-pushed
the
bpo_35843_NamespacePath_Sized
branch
from
5550ff6 to
0de7e75
Compare
Copy link Copy Markdown
Contributor Author
asottile
commented
Feb 19, 2019
asottile commented
Feb 19, 2019@serhiy-storchaka should be good to review again -- thanks for the tip 👍
Copy link Copy Markdown
Member
serhiy-storchaka
commented
Feb 19, 2019
serhiy-storchaka commented
Feb 19, 2019I can say nothing about whether this idea is good or bad. But technically this PR looks correct.
brettcannon approved these changes Mar 1, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
brettcannon
added
the
DO-NOT-MERGE
label
Copy link Copy Markdown
Member
brettcannon
commented
Mar 1, 2019
brettcannon commented
Mar 1, 2019I'm blocking this to see if any other core devs have an opinion on this on the issue tracker, otherwise it LGTM!
Copy link Copy Markdown
Contributor Author
asottile
commented
Mar 7, 2019
asottile commented
Mar 7, 2019@brettcannon given the +1 in the bpo issue I think this is good to go
Copy link Copy Markdown
Member
brettcannon
commented
Mar 7, 2019
brettcannon commented
Mar 7, 2019@asottile that's the plan 😄 Just need to find the time to handle the merge (probably tomorrow/Friday).
brettcannon
added
🤖 automerge
and removed
DO-NOT-MERGE
labels
miss-islington
merged commit
ab9b31f
into
python:master
bedevere-bot
removed
the
awaiting merge
label
Copy link Copy Markdown
Member
brettcannon
commented
Mar 8, 2019
brettcannon commented
Mar 8, 2019Thanks, @asottile !
asottile
deleted the
bpo_35843_NamespacePath_Sized
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment