You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds support for ``typing.SupportsInt`` and ``typing.SupportsFloat``. Update ``Final`` to be narrower type hint. Make ``std::function`` match ``Callable`` type. Fix ``io_name`` bug in
87
-
``attr_with_type_hint``.
85
+
* Adds support for ``typing.SupportsInt`` and ``typing.SupportsFloat``.
86
+
Update ``Final`` to be narrower type hint. Make ``std::function`` match
87
+
``Callable`` type. Fix ``io_name`` bug in ``attr_with_type_hint``.
* ``PYBIND11_PLATFORM_ABI_ID`` (which is used in composing ``PYBIND11_INTERNALS_ID``) was modernized to reflect actual ABI compatibility more accurately.
0 commit comments