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-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) #1180

Merged
merged 4 commits into from
Apr 19, 2017

Conversation

serhiy-storchaka
Copy link
Member

raised an error.

Replace them with using concrete types API that never fails if appropriate.

(cherry picked from commit bf623ae)

python#1096)

raised an error.

Replace them with using concrete types API that never fails if appropriate.

(cherry picked from commit bf623ae)
@serhiy-storchaka serhiy-storchaka merged commit 680fea4 into python:3.6 Apr 19, 2017
@serhiy-storchaka serhiy-storchaka deleted the backport-bf623ae-3.6 branch April 19, 2017 18:22
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Apr 19, 2017
python#1096) (python#1180)

raised an error.

(cherry picked from commit bf623ae)
(cherry picked from commit 680fea4)
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Apr 19, 2017
…_Size() (pythonGH-1096) (pythonGH-1180)

raised an error.

(cherry picked from commit bf623ae).
(cherry picked from commit 680fea4)
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Apr 19, 2017
…_Size() (pythonGH-1096) (pythonGH-1180)

raised an error.

(cherry picked from commit bf623ae)
(cherry picked from commit 680fea4)
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Apr 19, 2017
…_Size() (pythonGH-1096) (pythonGH-1180)

raised an error.

(cherry picked from commit bf623ae).
(cherry picked from commit 680fea4)
serhiy-storchaka added a commit that referenced this pull request Apr 19, 2017
…_Size() (GH-1096) (GH-1180) (#1182)

raised an error.

(cherry picked from commit bf623ae)
(cherry picked from commit 680fea4)
serhiy-storchaka added a commit that referenced this pull request Apr 19, 2017
…_Size() (GH-1096) (GH-1180) (#1183)

raised an error.

(cherry picked from commit bf623ae)
(cherry picked from commit 680fea4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants