commit | 7cb2f46e06fef59a3fe2fb5283bc31326a091f8a | [log] [tgz] |
---|---|---|
author | Olly Betts <olly@survex.com> | Thu Feb 03 18:26:06 2022 +1300 |
committer | Olly Betts <olly@survex.com> | Thu Feb 03 18:31:18 2022 +1300 |
tree | ab8f09a916b870d8a9bc1107a945f30765cd3b77 | |
parent | b77c0d02bcd91f76175781092c4619310d3e2006 [diff] |
[Python] Sort out handling of self parameter When not using -builtin, the self parameter is now still made available so that user typemaps can use it. Fixes #967. When using -builtin, fix -Wunused-parameter warnings in the generated wrapper code. See #801. Based on a commit peeled out of #801 by teythoon.