]> git.ipfire.org Git - thirdparty/ldns.git/commit
Use SWIG_AppendOutput to support swig 4.3 256/head
authorPetr Menšík <pemensik@redhat.com>
Wed, 23 Oct 2024 21:08:54 +0000 (23:08 +0200)
committerPetr Menšík <pemensik@redhat.com>
Wed, 23 Oct 2024 21:31:13 +0000 (23:31 +0200)
commit8f98152d325f464bc1a20e17236a232f32e91703
tree990d0f3a3dd08d723bbc826932b211d242d8d9a2
parentb87b8e1d212b43f225891570ebc5045c6331dd8a
Use SWIG_AppendOutput to support swig 4.3

Swig has changed language specific AppendOutput functions. But helper
macro SWIG_AppendOutput remains unchanged. Use that everywhere instead
of SWIG_Python_AppendOutput, which would require one extra parameter
since swig 4.3.0.

https://github.com/swig/swig/blob/v4.3.0/CHANGES.current#L376
https://github.com/swig/swig/issues/2905
contrib/python/ldns_buffer.i
contrib/python/ldns_key.i
contrib/python/ldns_packet.i
contrib/python/ldns_rdf.i
contrib/python/ldns_resolver.i
contrib/python/ldns_rr.i
contrib/python/ldns_zone.i