Campbell Barton 2c8d7921bc bugfix [#23065] Pickle can not dump instances of user defined classes
- __import__("__main__").__dict__ will now always match the current scripts namespace. (which is what pickle expects).
- __builtins__ as a module rather then a dict from PyEval_GetBuiltins() acts slightly differently, use the module to follow python.
2010-07-28 16:26:42 +00:00
2010-07-26 11:47:33 +00:00
2010-07-27 15:33:21 +00:00
2010-07-26 11:47:33 +00:00
2010-07-28 07:52:05 +00:00
2010-07-26 11:47:33 +00:00
2010-07-19 10:15:49 +00:00
Description
No description provided
841 MiB
Languages
C++ 78%
Python 14.9%
C 2.9%
GLSL 1.9%
CMake 1.2%
Other 0.9%