Code review comment for lp:~mnordhoff/loggerhead/statictuples

Revision history for this message
Matt Nordhoff (mnordhoff) wrote :

> It's not possible to pickle them either, so we can't switch to that.

If we decide to go that way, it is, of course, possible to add pickling
support to StaticTuple. I just meant that isn't supported now.

Turns out it's really trivial to implement, too. (Well, as trivial as
anything can be in C. It's a one-liner in Python. So I can probably hack
a C version together in...a few weeks? :-P )

« Back to merge proposal