The fix is when using kwargs feature or -keyword. The fix is in the argument error checking when wrapping zero argument constructors only. Supplied keyword args were silently ignored. Issue #1595
13 lines
632 B
Text
13 lines
632 B
Text
Below are the changes for the current release.
|
|
See the CHANGES file for changes in older releases.
|
|
See the RELEASENOTES file for a summary of changes in each release.
|
|
Issue # numbers mentioned below can be found on Github. For more details, add
|
|
the issue number to the end of the URL: https://github.com/swig/swig/issues/
|
|
|
|
Version 4.0.2 (in progress)
|
|
===========================
|
|
|
|
2019-11-01: wsfulton
|
|
[Python] #1595 Fix bug in support for keyword arguments (kwargs feature or -keyword)
|
|
when using -builtin. The fix is in the argument error checking when wrapping zero
|
|
argument constructors only.
|