This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Iman Sharafaldin, christian.heimes, serhiy.storchaka, vstinner
Date 2020-07-12.19:49:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594583353.97.0.788172950835.issue41208@roundup.psfhosted.org>
In-reply-to
Content
It depends. pickle is not vulnerable to the kind of error reported in this issue. If you find some way to crash Python specific to pickle it will likely be fixed if it is possible without significant performance or memory cost. If it depends on arbitrary code execution, it is not a pickle issue.
History
Date User Action Args
2020-07-12 19:49:14serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, christian.heimes, Iman Sharafaldin
2020-07-12 19:49:13serhiy.storchakasetmessageid: <1594583353.97.0.788172950835.issue41208@roundup.psfhosted.org>
2020-07-12 19:49:13serhiy.storchakalinkissue41208 messages
2020-07-12 19:49:13serhiy.storchakacreate