Skip to content

FIX: add __setstate__ function #8287

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
Mar 19, 2017

Conversation

tacaswell
Copy link
Member

To prevent an infinite recursion add a setstate method
so that we do not consult _rrule before it exists

follow on to #7854

To prevent an infinite recursion add a __setstate__ method
so that we do not consult `_rrule` before it exists
@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Mar 13, 2017
Copy link
Member

@NelleV NelleV left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@NelleV NelleV changed the title FIX: add __setstate__ function [MRG+1] FIX: add __setstate__ function Mar 19, 2017
@QuLogic QuLogic changed the title [MRG+1] FIX: add __setstate__ function FIX: add __setstate__ function Mar 19, 2017
@QuLogic QuLogic merged commit 6c49f24 into matplotlib:master Mar 19, 2017
@tacaswell tacaswell deleted the fix_picks_rrulewrapper branch March 20, 2017 20:30
QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Mar 27, 2017
@QuLogic
Copy link
Member

QuLogic commented Mar 27, 2017

Backported to v2.0.x as a538693.

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

Successfully merging this pull request may close these issues.

3 participants