Home | History | Annotate | Download | only in python2.7

Lines Matching full:marshal

37 # 2001-11-12 fl  Use repr() to marshal doubles (from Paul Felix)
646 raise TypeError, "cannot marshal %s objects" % type(value)
648 # because we don't know how to marshal these types
652 raise TypeError, "cannot marshal %s objects" % type(value)
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
709 raise TypeError, "cannot marshal recursive sequences"
723 raise TypeError, "cannot marshal recursive dictionaries"