Markus Fritzsche
Results
2
issues of
Markus Fritzsche
I was trying to create my own redis database while investigating a set of apps. But apparently dex_extractor.py won't store anything. It looks like the catch_a_class() method from PackageNodeList is...
This makes biblib work with python 3.10. The Parser.parse() uses collections.abc per default (which is the only way in python 3.10) and only falls back to the old collections.Iterable if...