-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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-32500: Correct the documentation for PySequence_Size() and PySequence_Length() #5767
Conversation
Appveyor seems to be stuck. I'll try to close the PR and reopen it. |
Thanks @ZackerySpytz for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
Thanks! |
GH-5775 is a backport of this pull request to the 3.7 branch. |
…ence_Length() (pythonGH-5767) Dropped the part that says: "For objects that do not provide sequence protocol". (cherry picked from commit 7a1e178) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-5776 is a backport of this pull request to the 2.7 branch. |
…ence_Length() (pythonGH-5767) Dropped the part that says: "For objects that do not provide sequence protocol". (cherry picked from commit 7a1e178) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…ence_Length() (pythonGH-5767) Dropped the part that says: "For objects that do not provide sequence protocol". (cherry picked from commit 7a1e178) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-5777 is a backport of this pull request to the 3.6 branch. |
Thanks @ZackerySpytz for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Thanks @ZackerySpytz for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-5900 is a backport of this pull request to the 2.7 branch. |
…ence_Length() (pythonGH-5767) Dropped the part that says: "For objects that do not provide sequence protocol". (cherry picked from commit 7a1e178) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-5901 is a backport of this pull request to the 3.7 branch. |
…ence_Length() (pythonGH-5767) Dropped the part that says: "For objects that do not provide sequence protocol". (cherry picked from commit 7a1e178) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
https://bugs.python.org/issue32500