You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that this specific case was discussed in #9924 and the conclusion was to break kwargs. So maybe this bug is just about the confusing doc string. And is that even solvable?
we could potentially write a Python override that does the dispatching. The question is do we want to bother doing that, or just acknowledge the API break and move one. I'd be tempted for the later. That said, at a minimum we probably need to clarify the documentation that quadsecs is not a valid kwarg.
What is the bug?
3632b72 / #9924 changed ogr.i triggering a change in the interface to Buffer dropping kargs.
That means that:
.Buffer(distance=a_value, quadsecs=another_val)
no longer work.This triggered a change in ogr.py:
Steps to reproduce the issue
Build the python swig bindings before and after 3632b72.
Versions and provenance
I reproduced on a Debian testing based distribution with SWIG Version 4.2.1.
Additional context
No response
The text was updated successfully, but these errors were encountered: