Комментарии:
You can find this in the official Python documentation
Warning The pickle module is not secure. Only unpickle data you trust.
It is possible to construct malicious pickle data which will execute arbitrary code during unpickling. Never unpickle data that could have come from an untrusted source, or that could have been tampered with.
Consider signing data with hmac if you need to ensure that it has not been tampered with.
Safer serialization formats such as json may be more appropriate if you are processing untrusted data.
thnk you so match
ОтветитьI wonder if dill can serialize ctype nested structure ..
ОтветитьVery interesting session - thanks !
Ответитьballer yes
ОтветитьLove your content thank you!!! Was is the theme you use in pycharm?
ОтветитьThanks for making it so easy to understand.
ОтветитьCan dill serialize pygame and turtle objects?
ОтветитьThx_.
Ответить