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

Remove or update 'fixedpickle' module and dependency #75

Closed
robclewley opened this issue Nov 25, 2014 · 0 comments · Fixed by #77
Closed

Remove or update 'fixedpickle' module and dependency #75

robclewley opened this issue Nov 25, 2014 · 0 comments · Fixed by #77

Comments

@robclewley
Copy link
Owner

A 2006-era python built-in 'pickle' serializer module was patched to allow pickling of IEE754 special values NaN and Inf on Win32 when cpickle was not available (original could not load these correctly on Win32 platforms).

http://bytes.com/topic/python/answers/501305-numerics-nans-ieee-754-c99

Not sure what the status of this issue is now, but it doesn't seem to have been fixed. However, the provided module is out of date and can crash on some platforms. It should either be extracted and all 'fixedpickle' use should revert to default 'pickle', or load_float method's patch (approx line 981) applied to a recent version of 'pickle'.

z2v added a commit to z2v/pydstool that referenced this issue Nov 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant