RE: [Webware-devel] Session Pickle
Giles Hall wrote: > Greetings, > > I found a problem with SessionDynamicStore. Here is the > MovetoMemory() function at line 132. > > def MovetoMemory(self, key): > self._lock.acquire() > try: > global debug > if debug: print ">> Moving %s to M
[Webware-devel] Session Pickle
Greetings, I found a problem with SessionDynamicStore. Here is the MovetoMemory() function at line 132. def MovetoMemory(self, key): self._lock.acquire() try: global debug if debug: print ">> Moving %s to Memory" % key self._memory