Files
crun/python
Mattéo Delabre 1c681c15cd python: Fix argument parsing in make_context
The number of arguments in the format string passed to
`PyArg_ParseTupleAndKeywords` did not match the number of entries in
`kwlist`, resulting in an error when trying to pass non-mandatory
arguments such as `detach`.

Signed-off-by: Mattéo Delabre <git.matteo@delab.re>
2022-10-05 22:40:23 -04:00
..