Related issues, PRs or discussions
#18907, #18913
What is the current state of the codebase?
After we migrated the Win DLL functions we call to winBindings, ctypes raised a TypeError because the function signatures we set did not account for optional parameters.
Why are changes required?
Make the affected functions work properly.
What technical changes are required?
Are the proposed technical changes API breaking?
Are there potential risks or issues with the proposed implementation?
Related issues, PRs or discussions
#18907, #18913
What is the current state of the codebase?
After we migrated the Win DLL functions we call to winBindings, ctypes raised a TypeError because the function signatures we set did not account for optional parameters.
Why are changes required?
Make the affected functions work properly.
What technical changes are required?
Are the proposed technical changes API breaking?
Are there potential risks or issues with the proposed implementation?