Message5965
Logged In: YES
user_id=6380
Well, the problem is that there are lots of other cases that
the fix also catches. For example:
>>> class C:
class C:
pass
>>> a = C.C()
>>> pickle.dumps(a,1)
I tend to think that catching this is more important than
handling reload() -- since reload() has lots of other
problems like this, it's better to blame reload() and not
try to fix it at the cost of other situations.
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 13:55:46 | admin | link | issue451547 messages |
| 2007-08-23 13:55:46 | admin | create | |
|