Results 146 comments of Jim Fulton

I just released: https://pypi.python.org/pypi/psycopg2transaction To use this with pq, I have to remove the trigger and then get ``psycopg2transaction`` to send the notification: https://github.com/zc/twotieredkanban/blob/master/server/zc/twotieredkanban/email.py It would be nice of ``create``...

Feel free to close this when you've seen it. It's really just FTR.

There's nothing in the document that indicates to me a need to pickle a BTree. Is there some implicit assumption that you aren't using ZODB? If so, why dat? :)

That's a bummer. If you feel like mentioning the issues you ran into, maybe on the ZODB list, I'd be interested to see if Ican help. ZODB (or some of...

If ZODB isn't involved, it it practical to pickle BTree items?

This cache would be keyed by oid + serial, so it would be orthogonal to MVCC. It would store Python objects, so there would be no additional deserialization overhead. Because...

If we could store non-dicts as `__dict__`, then we could use immutable dicts as shared state and trigger copy on failed __setitem__ (or on noticing non-dicts), requiring no change to...