RE: [ZODB-Dev] ZEO and setting instance variables in __getstate__

2005-12-30 Thread Tim Peters
[Syver Enstad] >>> I have recently upgraded from ZODB 3.2 to 3.5.1. After doing this I >>> notice that ZEO throws exceptions on commiting a transaction for >>> certain types of Persistent classes. ... [Tim Peters] >> I was able to create a small self-contained test case from this >> description, a

Re: [ZODB-Dev] ZEO and setting instance variables in __getstate__

2005-12-30 Thread Syver Enstad
Tim Peters wrote: [Syver Enstad] I have recently upgraded from ZODB 3.2 to 3.5.1. After doing this I notice that ZEO throws exceptions on commiting a transaction for certain types of Persistent classes. ... I was able to create a small self-contained test case from this description, and open

RE: [ZODB-Dev] ZEO and setting instance variables in __getstate__

2005-12-29 Thread Tim Peters
[Syver Enstad] > I have recently upgraded from ZODB 3.2 to 3.5.1. After doing this I > notice that ZEO throws exceptions on commiting a transaction for certain > types of Persistent classes. > ... I was able to create a small self-contained test case from this description, and opened a Collector i

[ZODB-Dev] ZEO and setting instance variables in __getstate__

2005-12-29 Thread Syver Enstad
I have recently upgraded from ZODB 3.2 to 3.5.1. After doing this I notice that ZEO throws exceptions on commiting a transaction for certain types of Persistent classes. Here is the traceback. File "/usr/lib/python2.4/site-packages/transaction/_transaction.py", line 389, in commit self