IljaManakov
IljaManakov
### 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...
I have a dual-boot setup, where my Ubuntu 20.04 is on a ext4 FS and I have a data partition that is ntfs (for compat with Windows). When I check...
# Bug report ### Bug description: ```python import sys import os os.set_blocking(sys.stdin.fileno(), False) sys.stdin.read() ``` Just a weird side effect I found while ckecking out #109523 on Python 3.14 using...
[BUG]: Argument conversion in dispatcher assumes sequence protocol when casting to list[<something>]
### 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...