Michael Carlstrom
Michael Carlstrom
### What's the problem this feature will solve? Use Path objects to define locations for data_files in setup(). ### Describe the solution you'd like Allow passing in path objects into...
It would be nice if it worked in public dashboards.
Fixes #17447 This allows generating inline generics for stubgenc by using `__type_params__`. Similar to #17463 but for `__type_params__` instead of `__annotations__`
## Description https://github.com/pybind/pybind11/pull/5167 Expands upon the initial TypeVars to generate inline generics by putting typevars, paramspecs, or typevartuples, in the atrribute `__type_params__` where using the python3.12 inline generic syntax stores...
Also clean up some typing imports to use typing_extensions.
Builds of #1325
Builds off of #1235.
Creates `PathSubstitutions` and update some types. For more information on Path check out the documentation [here](https://docs.python.org/3/library/pathlib.html)