At line 206 of module_builder/buildper.py, argument
create_castinig_constructor is defaulted to True.
I see at line 234 a deprecation warning: "create_castinig_constructor
argument is deprecated and should not be used."
Shouldn't that argument be defaulted to False, to force users to
explicitly set the allow_implicit_conversion constructor property if
they want that behavior?
Also, if you didn't notice, the argument should be spelled:
'create_casting_constructor'.
Thanks,
--- Kevin
|