Hacker News new | ask | show | jobs
by nedbat 774 days ago
Python pickles are bytecode programs, but different bytecode than the Python bytecode compiled from .py files. https://docs.python.org/3/library/pickletools.html#pickletoo...