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

bpo-35843: Implement __getitem__ for _NamespacePath #11690

Merged

Conversation

asottile
Copy link
Contributor

@asottile asottile commented Jan 28, 2019

No description provided.

eamanu
eamanu approved these changes Jan 29, 2019
Copy link
Contributor

@eamanu eamanu left a comment

LGTM. I re run the sample used on bpo https://bugs.python.org/issue35843 and have the expected behavior.

@asottile asottile force-pushed the bpo_35843_NamespacePath_Sized branch from 5550ff6 to 0de7e75 Compare Feb 17, 2019
@asottile
Copy link
Contributor Author

@asottile asottile commented Feb 19, 2019

@serhiy-storchaka should be good to review again -- thanks for the tip 👍

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Feb 19, 2019

I can say nothing about whether this idea is good or bad. But technically this PR looks correct.

@brettcannon
Copy link
Member

@brettcannon brettcannon commented Mar 1, 2019

I'm blocking this to see if any other core devs have an opinion on this on the issue tracker, otherwise it LGTM!

@asottile
Copy link
Contributor Author

@asottile asottile commented Mar 7, 2019

@brettcannon given the +1 in the bpo issue I think this is good to go

@brettcannon
Copy link
Member

@brettcannon brettcannon commented Mar 7, 2019

@asottile that's the plan 😄 Just need to find the time to handle the merge (probably tomorrow/Friday).

@brettcannon brettcannon added 🤖 automerge and removed DO-NOT-MERGE labels Mar 8, 2019
@miss-islington miss-islington merged commit ab9b31f into python:master Mar 8, 2019
5 checks passed
@brettcannon
Copy link
Member

@brettcannon brettcannon commented Mar 8, 2019

Thanks, @asottile !

@asottile asottile deleted the bpo_35843_NamespacePath_Sized branch Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed 🤖 automerge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants