Hacker News new | ask | show | jobs
by rmc 4884 days ago
Python has this bug; you can't unpickle untrusted input

I thought you could unpickle untrusted input in Python? Sure there's a great big red warning message on the documentation, and hence it's currently rare for people to do it, but it is technically allowed, right?

1 comments

Sure, this is “can't” in the sense “must not”.