Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arghparse: fix handling with python 3.11.9
In commit [0], the private function changes the tuple size it returns. By using `*_` in the middle, we can support both extracted versions (3 and 4) of the function. This investigation was done by ajak, thank you. [0] python/cpython@c02b7ae Resolves: pkgcore/pkgcheck#676 Resolves: pkgcore/pkgdev#184 Investigated-by: John Helmert III <[email protected]> Signed-off-by: Arthur Zamarin <[email protected]>
- Loading branch information