python4delphi
python4delphi copied to clipboard
TPythonType.NewSubtypeInst doesn't forward kwargs to TPythonType.CreateWith
Currently it isn't possible to use PyArg_ParseTupleAndKeywords in a CreateWith function to initialize a class object because only the positionned args are forwarded to CreateWith in TPythonType.NewSubtypeInst.