daltairwalter

Results 4 issues of daltairwalter

When I run pybind11-stubgen, I see ouput: ``` class SimpleSetupArrayOutput(SimpleSetupEntity): def getDataType(self) -> DATA_TYPE: ... class SimpleSetupEntity: def getName(self) -> str: ... This is out of order because the SimpleSetupArrayOutput...

I am seeing a gil hang issue in multi-threaded situations when a worker thread initializes pybind11 (2.6.2) while operating inside of a PyGILState_Ensure/PyGILState_Release block. The PyGILState_Release is deleting the PyThreadState...

### Required prerequisites - [x] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [x] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

## Description Allow suppression of the SupportsInt and SupportsFloat type hints: See https://github.com/pybind/pybind11/issues/5767 ## Suggested changelog entry: Allow suppression of the SupportsInt and SupportsFloat type hints by defining PYBIND11_DISABLE_NUMERIC_SUPPORTS_HINT