Hi,
Thanks for you library !
I am testing with simple examples, like this one
from StringIO import StringIO
stream = StringIO('a:2:{i:0;i:1;i:1;i:2;}')
print load(stream)
But it raises the following error:
ValueError: unexpected opcode
Any idea ?
Thank you very much!