Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Small bugfixes to the new pickle support.#1191

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
pelson merged 1 commit intomatplotlib:masterfrompelson:pickle_fix_1
Sep 2, 2012

Conversation

pelson
Copy link
Member

Pickling support (#1175) finally made it onto master. We merged early to avoid major conflicts with such a big PR, therefore this PR implements some of the identified issues.

@@ -11,7 +11,11 @@
import cPickle as pickle
#import pickle

from cStringIO import StringIO
import sys
if sys.version_info[0] >= 3:
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I've still not tested this, I took the lead frommathtext.py. Hopefully travis-ci will be helpful here.

@travisbot
Copy link

This pull requestfails (merged 9a8e4c8e into92721ed).

@pelson
Copy link
MemberAuthor

So I had a python3 extension to fix test_pickle in this PR. My approach wasn't immediately successful so I backtracked and have simplified this PR to just make this critical pgf fix.

Other PRs to follow.

pelson added a commit that referenced this pull requestSep 2, 2012
Small bugfixes to the new pickle support.
@pelsonpelson merged commitcadd152 intomatplotlib:masterSep 2, 2012
@travisbot
Copy link

This pull requestfails (merged97b0f8e into92721ed).

@pwuertz
Copy link
Contributor

About that python3 test fix:
https://github.com/pwuertz/matplotlib/commit/8753aaa894c561a8b79dacccc713e7302030fda1

The io module has been introduced in python 2.6, so the fix should be good for all supported versions.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v1.2.x
Development

Successfully merging this pull request may close these issues.

3 participants
@pelson@travisbot@pwuertz

[8]ページ先頭

©2009-2025 Movatter.jp