-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
pythonPRs and issues that require attention from people who are familiar with Python.PRs and issues that require attention from people who are familiar with Python.
Description
In process of
#25789 this is seen:
make test PYTHON=python3
Path: pseudo-tty/test-tty-color-support
Traceback (most recent call last):
File "/home/sam/w/core/lts/test/pseudo-tty/pty_helper.py", line 97, in <module>
if pipe(parent_fd, STDOUT):
File "/home/sam/w/core/lts/test/pseudo-tty/pty_helper.py", line 33, in pipe
n = os.write(dfd, data)
TypeError: a bytes-like object is required, not 'filter'
Affects most(all?) pseudo-tty tests.
/cc @cclauss @bnoordhuis @nodejs/python
Metadata
Metadata
Assignees
Labels
pythonPRs and issues that require attention from people who are familiar with Python.PRs and issues that require attention from people who are familiar with Python.