Re: [Python-3000] [Python-Dev] inst_persistent_id

2008-01-20 Thread Jim Fulton
On Jan 12, 2008, at 7:33 PM, Alexandre Vassalotti wrote: > By the way, you might be interested to look at my work on pickle [1] > for Python 3K. As part of last year Summer of Code, I removed the > differences between the Python and C implementation of pickle, and > thus allowing the C version to

Re: [Python-3000] [Python-Dev] inst_persistent_id

2008-01-20 Thread Alexandre Vassalotti
On Jan 20, 2008 4:14 PM, Jim Fulton <[EMAIL PROTECTED]> wrote: > > On Jan 12, 2008, at 7:33 PM, Alexandre Vassalotti wrote: > > By the way, you might be interested to look at my work on pickle [1] > > for Python 3K. As part of last year Summer of Code, I removed the > > differences between the Pyth