Message95716
(I see some time has passed since the last message. I'm assuming the
issue wasn't fixed, correct me if I'm wrong.)
Here's a use case for using deepcopy: I'm developing a simulations
framework called GarlicSim, all Python. You can see a short video here:
http://garlicsim.org/brief_introduction.html
The program handles world states in simulated worlds. Some simpacks
deepcopy the existing world state to generate the next world state.
This bug is currently preventing me from writing simpacks whose world
states reference instance methods, which is a severe limitation for me.
I think this issue should be bumped in priority. Also, in the mean time,
a more informative error message should be given (Like "deepcopy can't
handle instance methods."), instead of the current cryptic one. |
|
Date |
User |
Action |
Args |
2009-11-25 12:12:48 | cool-RR | set | recipients:
+ cool-RR, gvanrossum, christian.heimes, mlvanbie, Dmitrey |
2009-11-25 12:12:47 | cool-RR | set | messageid: <1259151167.79.0.134358463826.issue1515@psf.upfronthosting.co.za> |
2009-11-25 12:12:45 | cool-RR | link | issue1515 messages |
2009-11-25 12:12:44 | cool-RR | create | |
|