pyr / pickler

just enough pickle for graphite
Other
7 stars 1 forks source link

Add opcodes 0x4b (BININT1), 0x86 (TUPLE2) and 0x61 (APPEND) #2

Closed eckardt closed 9 years ago

eckardt commented 9 years ago

We are trying to use cyanite with pickle input from carbon 0.9.12 and had to add these opcodes to make it work.

I assume this is due to slight differences in the pickle implementations of different python/carbon versions.

pyr commented 9 years ago

Thanks @eckardt !