Skip to content

bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. - #3729

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:pickle-no-hasattr
Oct 22, 2017
Merged

bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle.#3729
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:pickle-no-hasattr

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Sep 24, 2017

Copy link
Copy Markdown
Member

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@serhiy-storchaka
serhiy-storchaka deleted the pickle-no-hasattr branch October 22, 2017 18:31
@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 04e36af9b88cd5e80fc818e51d46f07252a2ff3f 3.6

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Oct 23, 2017
@bedevere-bot

Copy link
Copy Markdown

GH-4081 is a backport of this pull request to the 3.6 branch.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@serhiy-storchaka@miss-islington@bedevere-bot@the-knights-who-say-ni