Control: tags -1 + patch upstream fixed-upstream This issue is caused by the removal of the Python 2 compatibility macros in version 4.5.0 of SWIG. [1] According to the SWIG authors, these macros were retained in the generated code (pyhead.swg) solely for user typemaps. All typemap using these macros are updated to call the Python 3 C API directly.
I submitted a patch for fixing the issue as a merge request at Salsa [2]. It was taken from the upstream Git repository (commit 93a56205 [3]). Best, Rafael Laboissière [1] https://github.com/swig/swig/commit/79f7a2b7cb7ddc256eba09c8770133148025171d [2] https://salsa.debian.org/dns-team/unbound/-/merge_requests/27 [3] https://github.com/NLnetLabs/unbound/commit/93a56205cfa6b9a6d34db7245aa71e5ca67d1fd7

