![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "RuntimeError: dictionary changed size during iteration" ; Good atomic copy operations?
From: robert <no-spam@no-spam-no-spam.com>
Date: Sat Mar 11 2006 - 12:26:49 CET
> Is a copy.deepcopy ( -> "cPickle.dump(copy.deepcopy(obj),f)" ) an
For an intermediate solution, I'm playing roulette:
for i in 1,2,3:
I hope this works for some million years ...
> PS: Zope dumps thread exposed data structes regularly. How does the ZODB
|