circuitpython/tests/extmod/select_poll_custom.py.exp
Damien George f6af48416d extmod/modselect: Properly track number of poll objects that are fd's.
Signed-off-by: Damien George <damien@micropython.org>
2023-08-14 18:48:47 +10:00

18 lines
469 B
Plaintext

CustomPollable.ioctl 3 1
[(<class 'socket'>, 4)]
CustomPollable.ioctl 3 1
[(<class 'socket'>, 4)]
CustomPollable.ioctl 3 1
[(<class 'socket'>, 4), (<class 'CustomPollable'>, 1)]
CustomPollable.ioctl 3 1
CustomPollable.ioctl 3 1
[(<class 'CustomPollable'>, 1)]
CustomPollable.ioctl 3 1
OSError 1000
CustomPollable.ioctl 3 1
[(<class 'CustomPollable'>, 1)]
CustomPollable.ioctl 3 1
[(<class 'CustomPollable'>, 1)]
CustomPollable.ioctl 3 1
[(<class 'CustomPollable'>, 1)]