Update pybind11 submodule to 3.0.1 (#160754)

Upgrade to PyBind11 v3. This allows us to strip out our own (possibly broken?) handling of the C++ ABI when building extensions, in favor of the more-complete PyBind11 internal handling.

Fixes a few test failures due to https://github.com/pybind/pybind11/issues/5774, which effectively makes the `__qualname__` attribute of functions platform-dependent.

Test plan: CI

Pull Request resolved: https://github.com/pytorch/pytorch/pull/160754
Approved by: https://github.com/Skylion007
This commit is contained in:
Benjamin Glass
2025-08-25 19:41:26 +00:00
committed by PyTorch MergeBot
parent 089ad1d88b
commit 660b0b8128
9 changed files with 27 additions and 83 deletions