Because Python package dependency resolution is NP-complete, any Boolean satisfiability (SAT) or (0/1 linear) integer programming (IP) problem can be encoded as a package dependency resolution problem ...
PyArg_ParseTuple seems to handle incorrectly if an integer/integers and a boolean/bool are passed as arguments to parse, e.g. for the format string "ip" or "iip", etc. It then produces the incorrect ...