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
When a function returns std::filesystem::path and I use <pybind11/stl/filesystem.h>, the type annotation says Path, which is a non-existent type, which makes pybind11_stubgen choke on such functions.
Previous versions of Pybind used to return os.PathLike, but this was broken in #5450.
Reproducible example code
No response
Is this a regression? Put the last known working version here if it is.