Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-33602: Remove set and queue references from Data Types #7055

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

Merged
merged 3 commits into from
Sep 10, 2019

Conversation

andresdelfino
Copy link
Contributor

@andresdelfino andresdelfino commented May 22, 2018

@andresdelfino andresdelfino changed the title bpo33602 - Remove set and queue references from Data Types bpo-33602: Remove set and queue references from Data Types May 22, 2018
Copy link
Contributor

@rhettinger rhettinger left a comment

Choose a reason for hiding this comment

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

Please leave "heap queues" and "synchronized queues" as-is. They lose some of their meaning if you factor out the word "queue" which means something slightly different in each of the three cases.

Go ahead with removing "set" and adding "enumerations"

@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@andresdelfino
Copy link
Contributor Author

andresdelfino commented May 22, 2018

@rhettinger I removed "synchronized queues" because they are now described in Concurrent Execution, and it seemed confusing to mention them if they are not listed below.

I see your point about "heap" without "queue" attached to it, though. I can omit the mention to double-ended queues, so it reads "heap queues" again. Or perhaps "heap queues, double-ended queues, ...", but this sounded repetitive to me.

Would that be ok for you?

@andresdelfino
Copy link
Contributor Author

While I didn't literally made the requested changes, I'm pretty sure I addressed the issue raised and I think there was a confusion between "synchronized queues" and "double-ended queues", so:

I have made the requested changes; please review again

If I was wrong, I'll be glad to amend any error.

@bedevere-bot
Copy link

Thanks for making the requested changes!

@rhettinger, @serhiy-storchaka: please review the changes made to this pull request.

@andresdelfino
Copy link
Contributor Author

@rhettinger any chance you could give a look at the changes made and my comments?

@andresdelfino
Copy link
Contributor Author

andresdelfino commented Jul 16, 2018

@rhettinger could you take a look at the changes I made after your comments? Please note the comment I left in #7055 (review)

@andresdelfino
Copy link
Contributor Author

@rhettinger Do you approve of the changes made on the commits following your request?

@vstinner
Copy link
Member

I removed the " needs backport to 3.6" label, the 3.6 branch no longer accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches

@andresdelfino
Copy link
Contributor Author

@rhettinger could you take a look at this?

@andresdelfino
Copy link
Contributor Author

@serhiy-storchaka could you -as the other reviewer of this PR- take a look on the changes made and see if they address the concerns Raymond shared?

@JulienPalard JulienPalard dismissed rhettinger’s stale review September 10, 2019 14:36

Has been resolved by the author.

@JulienPalard JulienPalard reopened this Sep 10, 2019
@JulienPalard
Copy link
Member

(closing and re-opening to restart CI, Azure was stuck)

@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 10, 2019
@bedevere-bot
Copy link

GH-15875 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 10, 2019
@bedevere-bot
Copy link

GH-15876 is a backport of this pull request to the 3.7 branch.

@andresdelfino andresdelfino deleted the data-types branch September 10, 2019 15:30
JulienPalard pushed a commit that referenced this pull request Sep 10, 2019
JulienPalard pushed a commit that referenced this pull request Sep 10, 2019
@JulienPalard
Copy link
Member

@andresdelfino thanks!

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants