Commit 7f1da58e authored by Jason Madden's avatar Jason Madden

Missed an import.

parent 1e4b5e10
......@@ -976,6 +976,7 @@ class Popen(object):
if handle_list:
if not close_fds:
import warnings
warnings.warn("startupinfo.lpAttributeList['handle_list'] "
"overriding close_fds", RuntimeWarning)
......
......@@ -992,6 +992,7 @@ if PY37:
'test_socket.BasicTCPTest.testRecvFrom',
# Ditto.
'test_socket.BasicTCPTest2.testDetach',
'test_socket.BasicTCPTest2.testFromFd',
'test_socket.BasicTCPTest.testRecv',
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment