﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6124	need a non-pickled locmem cache backend	lukerl@…	nobody	"Rev. 5703 of locmem.py broke some code we have been using.  We have a mathematical model consisting of a swig-wrapped C++ object that needs to maintain its state between requests.  We initialize the object and store it in the cache, keyed by the user.  On each request, we pull the reference to the object and make calculations.  Unfortunately, pickling, added in 5703 breaks this code, as our Swig Class is not pickleable.  My current workaround has been to remove the pickle.dumps and loads calls wrapping the value to be stored/retrieved.  This is not a good long-term solutions. It would be nice to have a sort of ""raw"" locmem cache that does not attempt to pickle the value as before."		closed	Core (Cache system)	dev		wontfix	cache, locmem, pickle		Accepted	1	0	0	1	0	0
