> > Um, at least by my understanding, the use of Pickle is also dangerous if
> > you
> > > are not completely sure what is being passed in:
> >
> > Oh goodness yes. pickle is exactly as unsafe as eval is. Try running this
> > code:
> >
> > from pickle import loads
> > loads("c__builtin__\neval\n(c__builtin__\nraw_input\n(S'py>'\ntRtR.")
>
> It might be as dangerous, but which is more likely to cause problems in
> real world scenarios?


Guys this is really something  that is not that important at this time for
me
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to