Skip to content

CLN: remove unused legacy pickle compat code #31078

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 1 commit into from
Jan 16, 2020

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -1928,9 +1928,9 @@ def __setstate__(self, state):
object.__setattr__(self, k, v)

else:
self._unpickle_series_compat(state)
raise NotImplementedError("Pre-0.12 pickles are no longer supported")
Copy link
Member

Choose a reason for hiding this comment

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

Actually might want to change the message to Pre-0.20.3 pickles consistently

@jreback jreback added the Clean label Jan 16, 2020
@jreback jreback added this to the 1.0.0 milestone Jan 16, 2020
@jreback jreback merged commit 14ab82e into pandas-dev:master Jan 16, 2020
@jreback
Copy link
Contributor

jreback commented Jan 16, 2020

thanks @jbrockmendel

@jreback jreback modified the milestones: 1.0.0, 1.1 Jan 16, 2020
@jreback
Copy link
Contributor

jreback commented Jan 16, 2020

hit wrong milestone

@lumberbot-app
Copy link

lumberbot-app bot commented Jan 16, 2020

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
$ git checkout 1.0.x
$ git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 14ab82eba54a7369698020aae6487ea96f7ac20e
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #31078: CLN: remove unused legacy pickle compat code'
  1. Push to a named branch :
git push YOURFORK 1.0.x:auto-backport-of-pr-31078-on-1.0.x
  1. Create a PR against branch 1.0.x, I would have named this PR:

"Backport PR #31078 on branch 1.0.x"

And apply the correct labels and milestones.

Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon!

If these instruction are inaccurate, feel free to suggest an improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants