Question on "FIXME" code in SCons 3.1.2
Don Baldwin <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <BY5PR02MB61311831E430843028564996F5619@BY5PR02MB6131.namprd02.prod.outlook.com> |
Hi,
We're using SCons 3.1.2, and we see the following code in SCons\compat\__init__.py:
# TODO: FIXME
# In 3.x, 'pickle' automatically loads the fast version if available.
rename_module('pickle', 'cPickle')
This is causing problems when we try to import pandas, which also tries to import pickle.
Can you tell us what would be the impact of simply removing this code?
Thanks,
Don
_______________________________________________
Scons-users mailing list
[email protected]
https://pairlist4.pair.net/mailman/listinfo/scons-users