Files
pybind11/tests
Henry SchreinerandRalf W. Grosse-Kunstleve f95b7a5860 fix: include complex in std::complex input annotation (#6113)
* fix: include `complex` in std::complex input annotation

The input annotation for `std::complex<T>` omitted the builtin `complex`
type, which typeshed only makes a `typing.SupportsComplex` on Python 3.11+.

Assisted-by: ClaudeCode:claude-opus-5
Claude-Session: https://claude.ai/code/session_013JABmnjt9oAh29p1pytAB3

* Add comment to explain why the explicit `complex` is needed.

---------

Co-authored-by: Ralf W. Grosse-Kunstleve <rgrossekunst@nvidia.com>
2026-07-26 21:25:24 -07:00
..
2026-04-18 15:10:30 -07:00
2025-12-13 02:17:08 -08:00
2026-07-24 20:32:52 -04:00
2022-02-14 11:36:22 -08:00
2024-10-07 14:12:04 -07:00