On 2021/03/23 22:31, Sebastian Reitenbach wrote:
> Hi,
> 
> attached a port of fickling.
> 
> cat pkg/DESCR:
> Fickling is a decompiler, static analyzer, and bytecode rewriter for
> Python pickle object serializations.
> 
> Pickled Python objects are in fact bytecode that is interpreted by a
> stack-based virtual machine built into Python called the "Pickle
> Machine". Fickling can take pickled data streams and decompile them into
> human-readable Python code that, when executed, will deserialize to the
> original serialized object.
> 
> this needs the just sent devel/py-astunparse as dependency.
> 
> comments, feedback, or even OK welcome.
> 
> 
> cheers,
> Sebastian


Please replace NO_TEST=Yes with MODPY_PYTEST=Yes, otherwise ok

Reply via email to