Commit Graph

1 Commits

Author SHA1 Message Date
Seth Junot 195018f0dc Fix descriptor() type lookup when SwigPyIterator is renamed via #define
The hardcoded string literal "swig::SwigPyIterator *" in descriptor() is
not expanded for per-module renames of SwigPyIterator. The change allows
the new name(s) to be passed into SWIG_TypeQuery().

A similar issue is described in #3189.

Add test for SwigPyIterator descriptor() with per-module rename

Closes #3365
2026-03-10 22:07:31 +00:00