python4delphi icon indicating copy to clipboard operation
python4delphi copied to clipboard

TPythonType.NewSubtypeInst doesn't forward kwargs to TPythonType.CreateWith

Open AndreasLrx opened this issue 3 years ago • 0 comments

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.

AndreasLrx avatar Jul 18 '22 10:07 AndreasLrx